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


   ### Motivation
   
   When we're increasing the number of partitions in a topic, we typically also 
pre-create the subscriptions on those topics. In this case, we're also 
pre-creating the non-durable subscriptions of the readers.
   
   These are getting created as durable subscriptions on the new partitions and 
will be leaked and causing backlogs.
   
   Instead, we don't need to pre-create anything for readers (non-durable 
subscriptions).
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to