You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2019/11/18 18:18:00 UTC

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

     [ https://issues.apache.org/jira/browse/CAMEL-13841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-13841:
--------------------------------
    Fix Version/s: 2.25.0

> Pulsar: 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: Masa
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.0.0.RC1, 3.0.0, 2.25.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)