ShivsundarR opened a new pull request, #21742: URL: https://github.com/apache/kafka/pull/21742
*What* The `ShareConsumeBenchWorker` did not handle closing of share-consumers cleanly if there was an external interrupt which could result in leaked connections/resources. PR handles it similar to `ConsumeBenchWorker` where we will close from the main thread(which would not have the interrupt flag on) and close all consumers before shutting down. -- 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]
