kafdrop
kafdrop copied to clipboard
Kafka Web UI
Dependabot will now create pull requests when new Docker images, dependencies or GitHub actions become available. By fixing the base image tag, we always exactly know what base image we...
I scan the image `obsidiandynamics/kafdrop:3.30.0`, and find many CVEs to be fixed. See report: [obsidiandynamics-kafdrop3300-2022-08-10-030036.pdf](https://github.com/obsidiandynamics/kafdrop/files/9296247/obsidiandynamics-kafdrop3300-2022-08-10-030036.pdf)
Hello 👋, **Partition size** and **Total size** are nice on regular topics but I think they can be misleading on Log Compacted Topics (`cleanup.policy = compact`). As the size is...
Hi, I'm trying to setup kafdrop with Protobuf. We have lots of proto files, organized in tree hierarchy, something like this: ``` - schema -- folder1 --- models ---- a.proto...
Here is my configuration file __bootstrap.servers=exi6hz1-06-s13.abc.com:16019 schema.registry.url=http://kaas-test-schema-registry-a.com specific.avro.reader=true key.deserializer=io.confluent.kafka.serializers.KafkaAvroDeserializer value.deserializer=io.confluent.kafka.serializers.KafkaAvroDeserializer auto.offset.reset=earliest enable.auto.commit=false max.poll.records=100 key.serializer=io.confluent.kafka.serializers.KafkaAvroSerializer value.serializer=io.confluent.kafka.serializers.KafkaAvroSerializer acks=all retries=0__ exception i am getting is **Internal Server Error A 500 error has occurred:...
the best way to install Kafdrop on Kubernetes
The purpose of this MR is to move to fabric8io docker maven plugin as spotify docker maven plugin is no longer maintained and doesn't provide arm64 compatibility. With the given...
Hello Everyone, My application is currently being tested. But I can't see the consumer group count in kafdrop between tests. Can somebody help me solve this problem? 
It would be good if I can sort table by field (ex. sort by lag, descending order)