Skip to content

An easy to use Kafka CLI tool that plays nicely with Plumber

License

Notifications You must be signed in to change notification settings

mostlymaxi/plumber-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plumber kafka

easy to use Kafka CLI tool that plays nicely with Plumber

This is a utility meant to replace kcat.

It can either produce messages by reading stdin and pushing to a topic

or

Consume messages by polling a topic and pushing to stdout.

why make a kcat replacement?

kcat doesn't handle signals well. That's it.

plumber kafka will make sure to flush messages on exit which makes it much more preferable when using with pipelines that are expected to run smoothly.

About

An easy to use Kafka CLI tool that plays nicely with Plumber

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages