How to compress the data while we send data over kafka bridge from HTTP request . #893
Unanswered
suresh-tattikota
asked this question in
Q&A
Replies: 1 comment 4 replies
-
I assume you are talking about the compression between the HTTP client and the bridge? I think the only option to compress the message body is to compress it yourself and send it as binary payload (base64 encoded). But keep in mind that it will be send this way to Kafka as well. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to compress the data while we send data over kafka bridge from HTTP request .
how to compress request body (gzip/snappy) while doing POST call to Kafka bridge over HTTP request
Beta Was this translation helpful? Give feedback.
All reactions