[
https://issues.apache.org/jira/browse/CAMEL-20227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17796208#comment-17796208
]
Preetam Panchaksharaiah commented on CAMEL-20227:
-------------------------------------------------
Reviewing the latest docs, probably this is more of suspend and resume
functionality. Since the camel-vertx-kafka is removed from latest versions
> 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
> Priority: Major
> 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)