-
Notifications
You must be signed in to change notification settings - Fork 13
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
Broker error when compression.type=zstd in producer #203
Comments
hello, thanks for raising the issue. I took a quick look today. I find that compression.type gzip and lz4 are working, both zstd and snappy fail with a JNI error. My reproducer (testing on main)
I'm not sure of the right way to fix this. I wonder whether https://github.com/quarkiverse/quarkus-snappy/blob/main/deployment/src/main/java/io/quarkiverse/snappy/deployment/SnappyProcessor.java is way? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm using the
kafka-native
docker image and have a producer where thecompression.type
is set tozstd
.Every time the message is sent, the error message shows up on the docker container:
Is there anything that I should do to avoid this error on the docker side?
The text was updated successfully, but these errors were encountered: