pulsar-client-python
pulsar-client-python copied to clipboard
Apache Pulsar Python client library
Currently tableview is not supported in Python client.
Instantiating a multi topic consumer, using a client with provided logger, result undesired debug logging, which logs the a dump of the message. This can result in extremely high logging...
When consuming from Pulsar in batch, using the "batch_receive" method, the messages didn't include the schema (the added line was missing). By adding that line, it works properly.
I'm struggling with creating a singleton Apache Pulsar producer in a Django app. I have a Django application that needs to produce hundreds of messages every second. Instead of creating...
Hi, I implemented the asyncio consumer in a similar way as the producer. All missing async functions provided by the C++ library are now implemented in the pybind11 classes and...
Output of that with pulsar-client v.2.10.2: ``` Sent 1000 messages in 2.70 seconds Sent 2000 messages in 5.40 seconds Sent 3000 messages in 8.16 seconds Sent 4000 messages in 10.83...
verifying the candidate 2
Keep the same behavior with other clients.
Hi everyone, i'm running an event driven app and i use apache pulsar as backbone. I use message's properties to exchange metadata between the services. I noted that, when the...
The supported versions are listed in the README, and do not match this list anymore.