python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Stateful Aggregations with Apache Kafka Streams
I want to use Kafka Streams to perform stateful aggregations. The use-case is that we are getting a stream of events, which we want to store until we get a specific event, at which point we will perfo...
Aditya Chandla
Votes: 0
Answers: 0
Transactional kafka listener retry
I'm trying to create a Spring Kafka @KafkaListener which is both transactional (kafa and database) and uses retry. I am using Spring Boot. The documentation for error handlers says that
When transact...
Tomboyo
Votes: 0
Answers: 1
How does DeadLetterPublishingRecoverer work with batch consumer?
I am trying to understand how DeadLetterPublishingRecoverer works in case of batch consumer. Most of the examples in documentation I can see are that of single record consumers.
I want to implement a ...

Raman Preet Singh
Votes: 0
Answers: 1
Two separate Kafka Consumer Configs and Listeners
I wrote a Kafka Producer & Consumer some time ago, and now I need to add another consumer to the application, but I'm having issues with the configurations of it.
config class 1
@Configuration
@En...

Saher
Votes: 0
Answers: 0