Skip to content
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

decompress messages? #399

Open
MattUebel opened this issue Aug 3, 2023 · 1 comment
Open

decompress messages? #399

MattUebel opened this issue Aug 3, 2023 · 1 comment

Comments

@MattUebel
Copy link

supposing the case where I'm (gzip or the like) compressing messages as they are produced to a topic, Is it possible to decompress those messages before sending to splunk?

@VihasMakwana
Copy link
Contributor

It is possible to decompress messages on the broker/topic level. It would compress messages before sending them to the broker and decompress them before feeding them to the consumer or our connector.
https://developer.ibm.com/articles/benefits-compression-kafka-messaging/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants