You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mtrienis also you should use "compression.codec" rather than ".type" for python lib.
With the C/C++, Python and Go clients, you can use batch.num.messages to set a limit on the number of messages contained in each batch. To enable compression, use compression.codec.
Description
It looks like Producer compression might not be working, or it's not providing the right meta data.
How to reproduce
Checklist
Please provide the following information:
confluent_kafka.version()
andconfluent_kafka.libversion()
):confluent-kafka-0.11.4
confluent 5.0.0
{...}
producer = Producer({"bootstrap.servers":"localhost:9092", 'api.version.request': True, 'compression.type':'lz4'})
Linux yzhang2 4.13.0-43-generic producer config property 'acks' is not passed through #48~16.04.1-Ubuntu SMP Thu May 17 12:56:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: