Skip to content

theMonadicNomad/kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kafka

In this project we created a topic "Users" with 2 partitions, the producer takes the names as input and assigns the partition depending on the first letter of the input.

How to run the application

  1. docker-compose up -d
  2. node topic.js
  3. node producer.js name
  4. node consumer.js

About

Implementing a sample project demonstrating apache kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors