mattisonchao opened a new pull request, #17870: URL: https://github.com/apache/pulsar/pull/17870
### Motivation In the current implementation, we use the broker IO event loop group for internal clients. If the internal client uses a lot of threads or the exception handling is not good (such as frequent exception thread). It will affect the throughput of the entire broker. ### Modifications - Use the separate IO event loop group for the internal clients. ### Verifying this change - [x] Make sure that the change passes the CI checks. ### Documentation - [x] `doc-not-needed` (Please explain why) ### Matching PR in forked repository PR in forked repository: -- 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]
