Skip to content

i-abdelaal/kafka-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Service with Node Js

Event driven, Pub sub and Queue.

  • Get Started

    • Init your Kafka and Zookeeper
    • Add your .env file with required values
    • Init the producer with your message
    node producer <msg>
    • Init the consumer
    node consumer

    You can init another consumer ( in case of more than one partition ) to let Zookeeper distribute partitions within the same consumer group.

About

Kafka service with Node Js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published