aloyszhang opened a new pull request #8387: URL: https://github.com/apache/pulsar/pull/8387
Fixes #8214 ### Motivation fix pause does not work for new created consumer in case of multi topics consumer ### Modifications add a flag for `MultiTopicsConsumerImpl` which indicates wheter `MultiTopicsConsumerImpl` has been paused or not. If the flag is true, we should pause the new added consumers for new topic partition. ---------------------------------------------------------------- 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]
