You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/05/17 19:46:39 UTC

[GitHub] [pulsar] lovelle opened a new pull request #4300: Feature / interceptor for ack timeout

lovelle opened a new pull request #4300: Feature / interceptor for ack timeout
URL: https://github.com/apache/pulsar/pull/4300
 
 
   *Motivation*
   
   Provide proper interceptor for redelivery happening due to ack timeout.
   
   *Modifications*
   
     - Add onAckTimeoutSend() method in ConsumerInterceptor interface.
     - Add handler for onAckTimeoutSend() interceptor in ConsumerBase.
     - Add method call to onAckTimeoutSend() in UnAckedMessageTracker.
     - Add test case for onAckTimeoutSend interceptor.
   

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


With regards,
Apache Git Services