merlimat opened a new pull request #7105:
URL: https://github.com/apache/pulsar/pull/7105


   Note: this is based on top of #6791 & #7104. Once these are merged, I'll 
rebase here. For the sake of this review, check commit 23d6dcb7
   
   ### Motivation
   
   If one consumer is slowly processing messages, this can prevent other 
consumers from making progress on the topic. Instead we're in a loop of keep 
trying to replay messages without being able to dispatch any message. 
   
   The basic idea here is that we can make progress by keep going through the 
topic and dispatch these messages to the consumers that are free, at least the 
keys that belong to them.
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to