-
Notifications
You must be signed in to change notification settings - Fork 608
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 compression in kafka sink #12435
Labels
Milestone
Comments
racevedoo
added a commit
to racevedoo/risingwave
that referenced
this issue
Sep 19, 2023
4 tasks
racevedoo
added a commit
to racevedoo/risingwave
that referenced
this issue
Sep 19, 2023
racevedoo
added a commit
to racevedoo/risingwave
that referenced
this issue
Sep 19, 2023
racevedoo
added a commit
to racevedoo/risingwave
that referenced
this issue
Sep 20, 2023
racevedoo
added a commit
to racevedoo/risingwave
that referenced
this issue
Sep 21, 2023
racevedoo
added a commit
to racevedoo/risingwave
that referenced
this issue
Sep 21, 2023
racevedoo
added a commit
to racevedoo/risingwave
that referenced
this issue
Sep 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
For larger workloads, kafka compression is really important to reduce disk usage on brokers and minimize network traffic.
Describe the solution you'd like
Include a
compression.codec
option in the kafka sink. Probably just needs to include another option in RdKafkaPropertiesProducer.Describe alternatives you've considered
No response
Additional context
If that looks good, I can open a PR.
The text was updated successfully, but these errors were encountered: