-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Support Gzipped messages #1
Comments
ghost
assigned mumrah
Sep 25, 2012
SHA: ab273c4 |
mrtheb
added a commit
that referenced
this issue
Mar 22, 2014
Fix py26 compatibility issue, add mock to tox
This was referenced Nov 26, 2014
dimdog
added a commit
to Vungle/kafka-python
that referenced
this issue
Dec 15, 2014
saaros
pushed a commit
to saaros/kafka-python
that referenced
this issue
Oct 19, 2015
Consumers get_messages: allow blocking until some messages are received
ecanzonieri
added a commit
to ecanzonieri/kafka-python
that referenced
this issue
Oct 24, 2015
Add metrics to KafkaClient.
wbarnha
added a commit
to voutilad/kafka-python
that referenced
this issue
Mar 8, 2024
bradenneal1
pushed a commit
to bradenneal1/kafka-python
that referenced
this issue
May 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, when decoding Messages, we don't do anything if we encounter Messages that have been compressed. We should check the "attributes" mask for the compression codec and add support
The text was updated successfully, but these errors were encountered: