tchiotludo / akhq

Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more...
https://akhq.io/
Apache License 2.0
3.39k stars 655 forks source link

Can't inspect topics with Snappy compressed messages #45

Closed joekohlsdorf closed 5 years ago

joekohlsdorf commented 5 years ago

I have topics which have messages which are compressed with Snappy.

When trying to inspect these topics I get the following Exception:

java.lang.UnsatisfiedLinkError: /tmp/snappy-1.1.7-a96d7c8e-ec5a-466f-8586-be0f29616ce5-libsnappyjava.so: Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /tmp/snappy-1.1.7-a96d7c8e-ec5a-466f-8586-be0f29616ce5-libsnappyjava.so)
tchiotludo commented 5 years ago

You use the docker image I supposed ? Or standalone jar ?

Thanks for the report.

joekohlsdorf commented 5 years ago

Yes, standard Docker image tchiotludo/kafkahq:0.5.2. If I was using standalone I'd just install the missing library :-).

tchiotludo commented 5 years ago

available on dev image with docker pull tchiotludo/kafkahq:dev

cg-nz commented 5 years ago

Hey there - can we get this into the main release images too please? Thanks very much.