BewareMyPower commented on issue #279: URL: https://github.com/apache/pulsar-client-python/issues/279#issuecomment-3747350611
Thanks for your contribution, regarding your concerns. Currently, the `xxxAsync` APIs from the C++ SDK are all non-blocking and the callback will be executed in an internal I/O thread except for some cases that fail fast. So I think there is no need to leverage asyncio threads for now. -- 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]
