apache / pulsar-client-python

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

Use readNextAsync for reader.read_next() #125

Closed merlimat closed 1 year ago

merlimat commented 1 year ago

Now that the C++ client supports reader.readNextAsync() we can remove the hacky way in which the reader.read_next() wrapper was implemented.