BewareMyPower commented on issue #11915:
URL: https://github.com/apache/pulsar/issues/11915#issuecomment-914067289


   I reproduced the error successfully with batching enabled:
   
   ```python
       producer = client.create_producer(
               topic=topic,
               batching_enabled=True,
               compression_type=pulsar.CompressionType.LZ4,
               block_if_queue_full=True,
               send_timeout_millis=0
       )
   ```
   
   It's weird because the batching should be enabled by default. I cannot 
reproduce the bug with the underlying C++ client so I removed the 
`component/c++` label first. It might be something wrong with the Python 
wrapper and I'll investigate this bug soon.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to