-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Message exceeds the maximum size when using Compression #150
Comments
Which revision of Sarama are you using? Specifically, does the revision you run include 396afc5 ? If it does, you may want to set |
I am using latest Sarama. |
Setting I wonder about two things:
|
Ah, sorry, I was confusing
|
CC also @graemej would this affect us at all? |
@eapache thanks for clarification. If i understand correctly, If yes, then I am not sure if reducing |
Perhaps adding a |
|
Any progress on that issue? |
Unfortunately not, we've all been quite busy with other things and this isn't a terribly high priority for us since setting |
Should address #150 for producer-ng at least.
Just merged the new producer which should fix this issue among many others. |
Hi,
I am using an asynchronous producer to send compressed messages to Kafka cluster. But it looks like those messages exceed defined size. I get this error on Kafka Broker:
This is my producer config:
Everything works great with compression disabled.
The text was updated successfully, but these errors were encountered: