Skip to content

AbhishekBose/kafka-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI tool for Kafka. Produce and Consume messages easily

Build Status PyPI version

How to Use the tool

The current functionalities include Producing messages to a topic or Consuming messages from one

$ kafka-cli

Follow the instructions for producing and consuming messages from to and from your desired topic.

Menu

Produce messages by creating topics

Consume messages from existing topics or new topics

What's next

  • The add delete topic, group properties display feature.
  • Support apt-get, yum, brew installation.