shibd opened a new pull request, #160:
URL: https://github.com/apache/pulsar-client-cpp/pull/160

   Master Issue: https://github.com/apache/pulsar/pull/3097
   
   ### Motivation
   Customers who can't decrypt their message must be given a chance to 
re-decrypt the message if redelivery is enabled.
   
   ### Modifications
   - When the decrypted message fails, add to `unAckedMessageTrackerPtr_` to 
wait for redelivery.
   
   ### Verifying this change
    - Added `testRedeliveryOfDecryptionFailedMessages` to cover it.
    
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `doc-required` 
   (Your PR needs to update docs and you will update later)
   
   - [x] `doc-not-needed` 
   (Please explain why)
   
   - [ ] `doc` 
   (Your PR contains doc changes)
   
   - [ ] `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