Skip to content

sounroy/MultiThreadedKafkaConsumer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Multi Threaded Kafka Consumer

#The project showcases an optimal way of writing multi threaded Kafka consumer covering possible edge cases.

#Multi threading consumers ,considering partition as unit of task and thread per partition model.

#Taking care of tracking the offsets.

#Handling partition rebalances.

#etc.

To run a kafka broker

docker prune docker-compose up

To visualize the kafka data image

To execute

mvn clean install

Run the following class

Driver.java

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages