-
-
Save merlin-quix/ce8474fdaec2ed7e09b2f2e61e30e58e to your computer and use it in GitHub Desktop.
Gist for article Implementing Gzip Compression in Kafka Using Python
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
else: | |
producer_compression.send(topic="nginx-log-producer-compressionv2", value=line, key=message_key) | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment