apache / pulsar-client-python

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

Upgrade the C++ client to 3.5.0 for some bug fixes #202

Closed BewareMyPower closed 4 months ago

BewareMyPower commented 4 months ago

Fixes https://github.com/apache/pulsar-client-python/issues/199 Fixes https://github.com/apache/pulsar-client-python/issues/193

Upgraded the pulsar-client-cpp dependency to 3.5.0, which has the fixes for them. Then add relevant unit tests.

BewareMyPower commented 4 months ago

@merlimat @shibd @RobertIndie Could you take a look?