Skip to content

prashanta/kafka-clients

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka-Client

This is a collection of clients written to produce and consume messages to and from Kafka broker (or Microsoft Azure EvenHub).

Installing and Running

One of the dependency is node-rdkafka, take a look at its README for details on installation.

npm install

To run producer use any of these:

node event_hub/producer.js
node kafka/producer.js

To run consumer use any of these:

node event_hub/consumer.js
node kafka/consumer.js

Useful links:

About

Experiments on Kafka clients

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published