kafdrop
kafdrop copied to clipboard
Kafka Web UI
For motivations, please view the changes in readme.md This PR add one k8s secret resource to help support protobuf where mounting a proto.desc file from host path is not an...
This is the fix to issue #188
Protobuf allows method getFullName to get the type's fully-qualified name. This is especially helpful considering cases where we have namespace in our protobuf descriptor
Additional option to run the container/pod as non-root user
Protobuf delimited encoding (as implemented in `com.google.protobuf.Message.writeDelimitedTo`) is widely used and required by certain Kafka integrations (e.g., clickhouse). This pool request adds support for this encoding. Specifically, it adds a...
**Changes** In this PR I added an Environment variable to the kafdrop.sh Entryscript. This allows to disable the base64 decryption for `KAFKA_TRUSTSTORE`, `KAFKA_KEYSTORE` and `KAFKA_PROPERTIES`. By this the possibility is...
docker run --name kafdrop -d -p xxx:xxx -u root --privileged=true -e KAFKA_BROKERCONNECT=xxxxxx:9092 -e SERVER_SERVLET_CONTEXTPATH="/" -e SCHEMAREGISTRY_AUTH="test=test" --restart=always obsidiandynamics/kafdrop:3.30.0 By setting the schemaregistry for basic authentication, UI does not ask users...
Bumps eclipse-temurin from 11.0.16_8-jdk to 17.0.4_8-jdk. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
One of the recent updates broke the getAllTopics endpoint, it use to provide all the offsets and partition data. I was able to make a quick patch by having that...
The broker does not support LIST_OFFSETS with version in range [2,7]. The supported range is [0,1].
When I click the topic link, there's an error: Internal Server Error A 500 error has occurred: Request processing failed; nested exception is org.apache.kafka.common.errors.UnsupportedVersionException: The broker does not support LIST_OFFSETS...