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/08/13 04:24:00 UTC

[jira] [Resolved] (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 resolved CAMEL-13841.
---------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: Future)
                   3.0.0.RC1
                   3.0.0

Thanks for the PR

> 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, 3.0.0.RC1
>
>          Time Spent: 20m
>  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
(v7.6.14#76016)