hrsakai opened a new pull request #5336: [Issue 5324][go client] Use Buffered channels to avoid blocking on callback URL: https://github.com/apache/pulsar/pull/5336 ### Motivation * In order to avoid blocking a thread on callback by using buffered channels. * the root cause of https://github.com/apache/pulsar/issues/5324 seems to be in cpp client library(Callbacks must be executed on another thread), but here I modified go client library. * In another PR, we will consider fixing the cpp client library. ### Modifications * Use buffered channels in methods that call async methods.
---------------------------------------------------------------- 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] With regards, Apache Git Services
