Skip to content

akkhilaysh/kafka-node-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kafka-node-cli

Kafka CLI app that creates a Kafka instance, creates a producer and consumer based on user input. You can send messages using this cli too by running producer.js. Produced messages can be read by consumers (created through the command line interface) listening to subscribed topics. You can specify consumer groups by passing the name of the group as a parameter while creating a new consumer.

Demo:

Upcoming commits:

  1. Dockerize app
  2. Complete readme on how to run project using docker, adding commands that will start Kafka and Zookeper in the background on their respective ports.

About

Kafka CLI app that creates a Kafka instance, creates a producer and consumer based on user input. You can send messages using the terminal that can be read by consumers listening that you create through the command line interface. You can specify consumer groups by passing the name of the group as a parameter while creating a new consumer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors