HomeAdvisor / Kafdrop

Kafka UI and Monitoring Tool
Apache License 2.0
398 stars 163 forks source link

Not able to de-serialize every messages in the Topics #52

Closed skashan-ali closed 4 years ago

skashan-ali commented 4 years ago

Hi,

I have stared the Kafdrop on Java 8 and able to de-serialized the events for some topic but not all topic's events can be viewed. I don't see any error log when I click on the "view messages" rather simply nothing happened. Any way forward? Thanks !!

ekoutanov commented 4 years ago

@esyekas these problems would have been fixed in Kafdrop 3. Please check there.

skashan-ali commented 4 years ago

@esyekas these problems would have been fixed in Kafdrop 3. Please check there.

@ekoutanov Can I use [https://github.com/obsidiandynamics/kafdrop](Kafdrop 3) with Java 8?

ekoutanov commented 4 years ago

@esyekas no, it's JDK 11+ only. But you can run it in Docker.

skashan-ali commented 4 years ago

@esyekas no, it's JDK 11+ only. But you can run it in Docker.

Hi,

It works now :) Thanks. But I am missing the information about the consumer's group list. How can I know the list of consumer consuming the events for this Kafka cluster?

skashan-ali commented 4 years ago

@esyekas no, it's JDK 11+ only. But you can run it in Docker.

Hi,

It works now :) Thanks. But I am missing the information about the consumer's group list. How can I know the list of consumer consuming the events for this Kafka cluster?

I figure out this information as well. A bit different from the Kafka Manager but nice :)

Closing this issue !!

Thanks !!