oneby-wang commented on PR #24714: URL: https://github.com/apache/pulsar/pull/24714#issuecomment-3265887676
There are still some `thenComposeAsync` calls in the code that do not specify an executor, and I think this will pose potential performance and memory leak risks. I'm not sure whether to replace these `thenComposeAsync` calls with `thenCompose` or specify an executor. However, if I need to specify an executor, I also don't know which one to choose. -- 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]
