apache / pulsar-client-python

Apache Pulsar Python client library
https://pulsar.apache.org/
Apache License 2.0
49 stars 38 forks source link

Document the requirement for the send_async method #186

Closed BewareMyPower closed 6 months ago

BewareMyPower commented 6 months ago

See https://github.com/apache/pulsar-client-python/issues/184

It should be documented that the callback should not throw any exception when passed to send_async.