-
Notifications
You must be signed in to change notification settings - Fork 1
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
Native build fails to use snappy compression #4
Comments
I fail to reproduce this with 3e861ef and the docker-compose stack, both with the current kafka 2.1.1 image and with |
The failure to reproduce must have been due to kafkacat. A message prioduced using |
oracle/graal#532 has some insight on snappy support but no clear solution. dadae1b gets me:
|
Here's why I couldn't find the actual error message in kafka's source: https://github.com/quarkusio/quarkus/blob/0.12.0/extensions/kafka-client/runtime/src/main/java/io/quarkus/kafka/client/runtime/graal/SubstituteSnappy.java |
Pushing non-native builds now as workaround for this issue. Current from f012fdc is |
With #3
https://github.com/apache/kafka/blob/2.1.1/clients/src/main/java/org/apache/kafka/common/record/CompressionType.java#L175
The text was updated successfully, but these errors were encountered: