fgeller / kt

Kafka command line tool that likes JSON
MIT License
950 stars 100 forks source link

kt admin not working latest release #96

Closed empeje closed 5 years ago

empeje commented 5 years ago
kt is a tool for Kafka.

Usage:

    kt command [arguments]

The commands are:

    consume    consume messages.
    produce    produce messages.
    topic      topic information.
    group      consumer group information and modification

Use "kt [command] -help" for for information about the command.

More at https://github.com/fgeller/kt
Build 9310f92 from 2017-09-19T16:41:41+02:00.
fgeller commented 5 years ago

hi @empeje - yep, i haven't gotten around to releasing a new version that includes the admin command yet. would like to sort out some of the auth functionality first. hopefully i'll find some time in the coming days to wrap up a new release :crossed_fingers:

empeje commented 5 years ago

cool, thanks @fgeller !