0.0.2 • Published 5 years ago

kafka-cli v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

KAFKA CLI

Produce and Consume messages kafka

Producer

Run Commands and answer aks

$ npm install -g kafka-cli
$ kfk producer

$  Whats host you broker?(default:localhost:9092):
$  Whats topic you produce?:

Consumer

Run Commands and answer aks

$ npm install -g kafka-cli
$ kfk consumer

$ Whats host you broker?(default:localhost:9092)?:
$  Whats topic you want consume?(separated by comma):
$  How many partitions?(default: 0):

License

MIT - see LICENSE