Java kafka-consumer

Open-source Java projects categorized as kafka-consumer

Top 6 Java kafka-consumer Projects

kafka-consumer
  1. decaton

    High throughput asynchronous task processing on Apache Kafka

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. 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.

    Project mention: Kafka is Fast – I'll use Postgres | news.ycombinator.com | 2025-10-29

    > 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

  4. eo-kafka

    EO Kafka Producers and consumers for working with Apache Kafka message broker

  5. kafka-java-spring-boot-poc

    Kafka integration with Java Spring-boot with one application serving as a producer and the other consuming the messages

  6. all-about-kafka

    A project that illustrates the usage and working of Apache Kafka.

  7. atelier-spring-kafka

    Projet d'exemple d'utilisation de la lib `org.springframework.kafka:spring-kafka`

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Java kafka-consumer discussion

Log in or Post with

Java kafka-consumer related posts

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

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Java is
the 10th most popular programming language
based on number of references?