Skip to content

sysfivecom/kafka-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kafka-cli

Basic kafka-cli to read topics e.g. it could be used to read the schemas from kafka.

Usage

    usage: kafka-cli --topic=TOPIC [<flags>]

      Flags:
            --help               Show context-sensitive help (also try --help-long and --help-man).
        -o, --offset="earliest"  Offset where to start from (auto.offset.reset).
        -b, --broker="localhost:29092"
                                 Which broker to poll the messages from.
        -g, --group="<random>    Consumer Group to register. Will be defaulted randomly.
        -T, --topic=TOPIC        Which topic should be used.
        -t, --timeout="6"        Session Timeout in seconds.
        -v, --verbose            Verbose mode.

About

Basic kafka-cli to handle things from a kakfa cluster - does only read from a topic yet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages