SaaSHub helps you find the best software and product alternatives Learn more →
Top 6 Java kafka-consumer Projects
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
parallel-consumer
Parallel Apache Kafka client wrapper with per message ACK, client side queueing, a simpler consumer/producer API with key concurrency and extendable non-blocking IO processing.
> you can make it work just as well as any MQ based system
you really can't. getting per-message acks, dynamically scaling competing consumers without having to repartition while retaining ordering, etc. requires a ton of hacks like client side tracking / building your own storage on top of offset metadata / etc.. and you still won't have all of the features actual message queues provide.
to make it worse, there is very little public work/discussion on this, the only notable example is https://github.com/confluentinc/parallel-consumer which is effectively abandoned
-
-
kafka-java-spring-boot-poc
Kafka integration with Java Spring-boot with one application serving as a producer and the other consuming the messages
-
-
atelier-spring-kafka
Projet d'exemple d'utilisation de la lib `org.springframework.kafka:spring-kafka`
Java kafka-consumer discussion
Java kafka-consumer related posts
-
What If We Could Rebuild Kafka from Scratch?
-
Queues for Kafka: o que realmente resolve?
-
EO Kafka Producers and consumers for working with Apache Kafka message broker
-
Optimizing Kafka Producers and Consumers
-
Architectural advice for slow processes
-
Kafka to HTTP POST requests
-
Kafka Parallel Consumer
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Jun 2026
Index
What are some of the best open-source kafka-consumer projects in Java? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | decaton | 371 |
| 2 | parallel-consumer | 293 |
| 3 | eo-kafka | 28 |
| 4 | kafka-java-spring-boot-poc | 16 |
| 5 | all-about-kafka | 6 |
| 6 | atelier-spring-kafka | 1 |