lhotari opened a new pull request #13428: URL: https://github.com/apache/pulsar/pull/13428
### Motivation - closing `ServerCnx` while producers or consumers are created can lead to a producer or consumer never getting removed from the topic's list of producers ### Modifications If the future isn't completed by the time of closing the `ServerCnx`, complete it exceptionally. This will ensure that the existing logic in creating a producer or consumer doesn't leave the just created producer or consumer open. -- 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]
