lhotari opened a new pull request #10197: URL: https://github.com/apache/pulsar/pull/10197
### Motivation Pulsar tests currently leak a lot of PulsarClient instances ### Modifications - consistently add cleanup for all PulsarClient instances created in tests - prefer using Lombok's `@Cleanup` for handling cleanup - in the case of replacing a previous PulsarClient instance, close the previous instance before replacement. -- 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]
