lhotari opened a new pull request, #25007:
URL: https://github.com/apache/pulsar/pull/25007

   ### Motivation
   
   [PIP-84: Pulsar client: Redeliver command add 
epoch](https://github.com/apache/pulsar/blob/master/pip/pip-84.md) was 
implemented for Pulsar 2.10 with PR #10478, however it missed handling of the 
usage of message listeners.
   When message listeners are used, the messages will get buffered in the 
listener's executor. This case wasn't covered.
   
   ### Modifications
   
   Before processing a message in the message listener, add a similar check 
that is done for messages before processing while using the receive API. 
   
   Tests TBD
   
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `doc` <!-- Your PR contains doc changes. -->
   - [ ] `doc-required` <!-- Your PR changes impact docs and you will update 
later -->
   - [x] `doc-not-needed` <!-- Your PR changes do not impact docs -->
   - [ ] `doc-complete` <!-- Docs have been already added -->


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to