obsidiandynamics / kafdrop

Kafka Web UI
Apache License 2.0
5.44k stars 833 forks source link

Fix Protobuf Message NoClassDefFoundError #674

Closed zhangtian1993 closed 1 month ago

zhangtian1993 commented 1 month ago

Fixes #284

io.confluent.kafka-protobuf-serializer not support protobuf 4.x version

Bert-R commented 1 month ago

Thanks for the analysis! Just changing the Protobuf version is not sufficient, as I made more changes to adopt V4. I have created a PR that reverts these changes and updates to the latest V3, see #675.