Skip to content

nestorsokil/kfan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kfan

For moving shit around Kafka

A tool to manage Kafka fan-in and fan-out operations via the command line.

Usage:
  kfan [flags]

Flags:
  -c, --broadcast        Broadcast strategy (default true)
  -b, --brokers string   Kafka brokers if applicable to both 'in' and 'out' (default "localhost:9092")
  -t, --from-tail        Start from the tail of the topic (use 'latest' instead of 'earliest')
  -g, --group string     Consumer group ID (default "kfan-group")
  -h, --help             help for kfan
  -i, --in string        Comma-separated inputs -- (broker?):topic(#consumer-group?) or 'std:in'
  -o, --out string       Comma-separated inputs -- (broker?):topic or 'std:out', 'std:out+headers'
  -r, --round-robin      Round-robin strategy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages