pulsar-client-python
pulsar-client-python copied to clipboard
Apache Pulsar Python client library
**Describe the bug** If a Python pulsar-client Consumer object is destroyed (garbage collected) without its `close()` method being called, the consumer remains connected, and its file descriptors remain open. **To...
**Describe the bug** Sending a message with compression, batching enabled and `deliver_after` results in a corrupted message. Disabling compression resolves the problem. **To Reproduce** Steps to reproduce the behavior: Create...
**Describe the bug** When `Client` instances are constructed with the Python driver, they seem to accumulate the value of the `logger` argument as global state. This means two things: 1....
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version Pulsar Version: 2.9.2 pulsar-client=='2.10.0' ### Minimal reproduce step Deploy Broker with JWT Authentication...
**Is your enhancement request related to a problem? Please describe.** The Python [Client](https://pulsar.apache.org/api/python/2.7.0-SNAPSHOT/#pulsar.Client.__init__) parameter `tls_validate_hostname` only validates that the endpoint hostname matches the Common Name in the TLS cert supplied...
**Describe the bug** When trying to update a schema on a topic ( having as a compatibility check strategy set to BACKWARD_TRANSITIVE or BACKWARD in my case ) pulsar returns...
**Is your feature request related to a problem? Please describe.** I am not able to find and install the Python client library (`pulsar-client`) using the [Conda](https://docs.conda.io) package manager. Conda is...
Similar to https://github.com/apache/pulsar-client-cpp/issues/4
Could you provide an option to set the client's automatic reconnection strategy? I would like to use the admin API to force delete a subscription, but currently, the consumer immediately...
The current 3.0.0 python client no longer installs with latest pip (due to the dep spec change), causing wide spread build errors. Time for an LTS maintenance release with the...