Skip to content

Implementing a sample project demonstrating apache kafka

Notifications You must be signed in to change notification settings

theMonadicNomad/kafka

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

No packages published