kafdrop
kafdrop copied to clipboard
Kafka Web UI
I took latest master branch code but It has many compile time issue. Could you please help with stable code in master branch
Hello, We are using Kafdrop in docker containers to visualize the data on an Azure Event Hub. We tried deploying it with docker compose but we're facing many timeouts such...
## Background When setting up Kafdrop there is an option of setting the default `message.format`. This effectively sets both the `key.format` and `message.format` to whatever the value is passed. ...
The current setup seems to force the user to use ENV variables to configure anything. For instance, the KAFKA_PROPERTIES_FILE file is removed if we don't specify an ENV called KAFKA_PROPERTIES:...
This pull request aims to: 1) Enable kafkadrop ui running as a pod in an aws eks cluster to connect to iam authenicated aws msk. It makes use of iam...
This change allows users to add additional env vars to the helm release. We needed this in order to be able to populate our kafka properties in a secure way....
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.19.1 to 3.19.2. Release notes Sourced from protobuf-java's releases. Protocol Buffers v3.19.2 Python Fix missing Windows wheel for Python 3.10 on PyPI Java Improve performance characteristics of...
Made changes to Kafdrop so that it can connect to a secure Schema Registry endpoint. Added the following parameters: - SCHEMAREGISTRY_PROPERTIES : Additional properties to configure the schema registry connection...