parallel-consumer VS decaton

Compare parallel-consumer vs decaton and see what are their differences.

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. (by confluentinc)

decaton

High throughput asynchronous task processing on Apache Kafka (by line)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
parallel-consumer decaton
7 1
655 316
3.4% 0.3%
8.4 7.2
6 days ago 23 days ago
Java Java
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

parallel-consumer

Posts with mentions or reviews of parallel-consumer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-11.
  • Optimizing Kafka Producers and Consumers
    1 project | /r/apachekafka | 31 Jan 2023
    Hi everyone, my name is Daniel and I run a website called Rock the JVM [1]. It's a popular site and blog for Scala, and we've recently started to create guides and materials for other libraries and languages. This video is about - maximizing producer throughput - minimizing producer latency - running multiple consumers vs number of partitions, analyzing parallelism - parallel consumers [2] for 1000x perf increase vs 1x single-threaded consumer I also have written forms of all videos as long-form blog posts, and you can find the written guide here [3]. I hope you like it - let me know if you need anything or have any questions! [1] https://rockthejvm.com [2] https://github.com/confluentinc/parallel-consumer [3] https://blog.rockthejvm.com/optimizing-kafka-clients-a-hands-on-guide/
  • Architectural advice for slow processes
    1 project | /r/apachekafka | 26 Sep 2022
    So we want to maximize parallelism while keeping DLQ style error handling and stability. We want to send messages to DLQs if any error happens and we don't want any message to be unprocessed and still be committed. I know there are Confluent Parallel Consumer, Greyhound and an article about Multi-Threaded Messaging with Kafka. But I'm not sure if they are ready for production.
  • Kafka to HTTP POST requests
    2 projects | /r/apachekafka | 11 Sep 2022
    I haven’t used Faust, but it should be fine for your use case if you decide not to use the http sink connector. If you are open to Java, the parallel consumer library will have MUCH better performance because the http requests won’t block. It even aims to provide automatic dead letter queue handling sometime in the future, which you mentioned you need.
  • Kafka Parallel Consumer
    1 project | news.ycombinator.com | 22 Jul 2022
  • How many different groups/consumers for X topics?
    2 projects | /r/apachekafka | 12 Dec 2021
    Interesting. I think your use case might be well suited for the parallel consumer — https://github.com/confluentinc/parallel-consumer
  • Looking for examples of Multithreaded Consumer Processing
    2 projects | /r/apachekafka | 31 Oct 2021
  • Balancing high message load with high processing time
    1 project | /r/apachekafka | 21 Mar 2021
    Take a look at Confluent's Parallel Consumer library, it will handle this sort of scenario for you: https://github.com/confluentinc/parallel-consumer (disclaimer: I'm the author)

decaton

Posts with mentions or reviews of decaton. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-19.
  • RabbitMQ vs. Kafka – An Architect’s Dilemma (Part 1)
    2 projects | news.ycombinator.com | 19 Sep 2023
    > You can stream messages into a buffer and process them in parallel, and commit the low watermark offset whenever it changes, as described above. I've implemented this in .NET with Channels and saturate the CPUs with no problem.

    And there are libraries that will manage all this for you e.g. https://github.com/line/decaton

What are some alternatives?

When comparing parallel-consumer and decaton you can also consider the following projects:

Apache Kafka - Mirror of Apache Kafka

eo-kafka - EO Kafka Producers and consumers for working with Apache Kafka message broker

kattlo-cli - Kattlo CLI Project

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

Hermes - Fast and reliable message broker built on top of Kafka.

wafka - Apache Kafka API exposed through WebSocket and REST protocols

Nakadi - A distributed event bus that implements a RESTful API abstraction on top of Kafka-like queues

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

mtc-demo - Demo for multithreaded usage of KafkaConsumer

Thingsboard - Open-source IoT Platform - Device management, data collection, processing and visualization.