kafdrop icon indicating copy to clipboard operation
kafdrop copied to clipboard

Kafka Web UI

Results 103 kafdrop issues
Sort by recently updated
recently updated
newest added

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)

stale

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...

stale

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...

stale

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:...

stale

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? ![consumer](https://user-images.githubusercontent.com/34307939/175022872-83b6f226-913d-4302-87e9-e559329b33ba.png)

stale

Hello! how to get groupid from api?

stale

It would be good if I can sort table by field (ex. sort by lag, descending order)