-
Notifications
You must be signed in to change notification settings - Fork 163
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
ClassNotFoundException: org.xerial.snappy.SnappyInputStream #21
Comments
I would expect that the Xerial library is not in the Kafdrop path; or the wrong version of the library. I hit a similar issue with the LZ4 compression library due to mismatches in the versions. |
On Alpine Linux the libc6-compat package is required. I managed to fix this error and add Snappy support by upgrading Kafdrop's Kafka-dependency to v0.11.0.3 plus adding libc6-compat to the Docker image running Kafdrop. I used ldd in the container to trace missing run-time dependencies for dynamic load of Snappy shared library. |
There is no real development taking place on Kafdrop 2.x. Consider updating to the next major version – Kafdrop 3. |
I am running kafdrop with kafka 0.10.0
When trying to view message which compressed in gzip it shows following errors:
The text was updated successfully, but these errors were encountered: