Skip to content

Deepesh316/kafka-node-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kafka-node-app

Learn how to use kafka within a nodejs application

Zookeeper and kafka

docker run --name zookeeper -p 2181:2181 -d zookeeper

docker run -p 9092:9092 --name kafka -e KAFKA_ZOOKEEPER_CONNECT=ipaddress:2181 -e KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://ipaddress:9092 -e KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR=1 -d confluentinc/cp-kafka

About

Learn how to use kafka within a nodejs application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published