Skip to content

mmilawski/kafka-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kafka demo

a simple project to test out kafka

run

docker compose up -d

test

run the consumer scripts and then the producers. The producer will send the data to kafka and the consumers will receive the data.

npm install

# run all these in different tabs:
npm run consumer
npm run consumer2
npm run producer

About

A basic kafka project based on docker to play around with

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors