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

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

     [ https://issues.apache.org/jira/browse/CAMEL-13841?focusedWorklogId=345334&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-345334 ]

ASF GitHub Bot logged work on CAMEL-13841:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Nov/19 15:06
            Start Date: 18/Nov/19 15:06
    Worklog Time Spent: 10m 
      Work Description: masahoriyama-toast commented on pull request #3347: CAMEL-13841: (Backport to 2.x) Allow manual Pulsar message acknowledgments
URL: https://github.com/apache/camel/pull/3347
 
 
   Back-port to 2.x of: [#3094](https://github.com/apache/camel/pull/3094)
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 345334)
    Time Spent: 0.5h  (was: 20m)

> 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
>
>          Time Spent: 0.5h
>  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)