You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Masanobu (JIRA)" <ji...@apache.org> on 2019/08/09 02:42:00 UTC

[jira] [Created] (CAMEL-13841) Add the ability to manually acknowledge a message consumed from Pulsar

Masanobu created CAMEL-13841:
--------------------------------

             Summary: Add the ability to manually acknowledge a message consumed from Pulsar
                 Key: CAMEL-13841
                 URL: https://issues.apache.org/jira/browse/CAMEL-13841
             Project: Camel
          Issue Type: Improvement
    Affects Versions: 2.24.1
            Reporter: Masanobu
             Fix For: Future


Pulsar messages are currently acknowledged immediately upon consumption, which could lead to lost messages if the application crashes or does not finish its unit of work.

It would be desirable to add the ability to manually acknowledge a message consumed from Pulsar.

Add a handle to the Pulsar consumer in a header in the Exchange so that the user can acknowledge the message at will similar to what was done for Kafka:

[https://github.com/apache/camel/blob/camel-2.24.x/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaManualCommit.java]

https://issues.apache.org/jira/browse/CAMEL-11933



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)