- "breakOnFirstError=true" and "batching=false" // It works as expected
- When Exception occurs, the Kafka consumer reconnects client with following logs.
2025-09-18T18:25:34.411+09:00 INFO 24168 --- [mer[test-break]] o.a.c.component.kafka.KafkaFetchRecords : Reconnecting Kafka consumer thread ID test-break-Thread 0 with poll timeout of 1000 ms 2025-09-18T18:25:34.411+09:00 INFO 24168 --- [mer[test-break]] o.a.k.clients.consumer.ConsumerConfig : ConsumerConfig values: allow.auto.create.topics = true ...
- When Exception occurs, the Kafka consumer reconnects client with following logs.
- "breakOnFirstError=true" and "batching=true"
- When Exception occurs, Please let the Kafka consumer reconnects client to the broker too.
- Users can implement from where they want to handle messages in their application with manual commit.
- links to
-
RHEA-2025:155712
Red Hat Build of Apache Camel 4.14.1 for Spring Boot GA release.
- mentioned on
There are no Sub-Tasks for this issue.