Preetam Panchaksharaiah created CAMEL-20227:
-----------------------------------------------
Summary: Kafka offset advances when using Pausable kafka consumer
and messages are lost when resumed
Key: CAMEL-20227
URL: https://issues.apache.org/jira/browse/CAMEL-20227
Project: Camel
Issue Type: Bug
Components: camel-kafka
Affects Versions: 3.21.2
Environment: [^sample.txt]
Reporter: Preetam Panchaksharaiah
Attachments: sample.txt
Kafka offset advances when using Pausable kafka consumer and messages are lost
when resumed.
Attached is the sample code
Also tried with
KafkaManualCommit manual =
exchange.getIn().getHeader(KafkaConstants.MANUAL_COMMIT,
KafkaManualCommit.class);
manual.commit();
--
This message was sent by Atlassian Jira
(v8.20.10#820010)