rdhabalia opened a new pull request #2347: Fix: function with multi-topic not 
acking on effectively-once
URL: https://github.com/apache/incubator-pulsar/pull/2347
 
 
   ### Motivation
   
   `MultiTopicsConsumerImpl` doesn't support `acknowledgeCumulativeAsync` and 
therefore, function with multi-topic and `EFFECTIVELY_ONCE` processing is not 
acking message and failing `EFFECTIVELY_ONCE` behavior.
   
   ### Modifications
   
   Function should ack message for a specific topic consumer if 
`inputTopicConsumer` is multi-topic consumer.
   
   ### Result
   
   Function should able to ack messages for multi-topic consumer when 
processing-guarantee is `EFFECTIVELY_ONCE`
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to