kafdrop
kafdrop copied to clipboard
Kafka Web UI
Does it support deployment with spring native ?
Looking on hub.docker.com I see `linux/amd64` but not `linux/arm64`. We're wanting to run on AWS Graviton nodes (ARM) for cost savings, and all the 3rd party images we use except...
Bumps `kafka-libs.version` from 7.6.0 to 7.6.1. Updates `io.confluent:kafka-avro-serializer` from 7.6.0 to 7.6.1 Commits See full diff in compare view Updates `io.confluent:kafka-schema-registry-client` from 7.6.0 to 7.6.1 Commits See full diff in...
I have received a bug report from "d.morozov" regarding how consumer group id is displayed inside the UI. It looks like it is not html escaped so potentially it can...
Here is what I tried ``` cat kafka.properties security.protocol=SASL_SSL sasl.jaas.config=software.amazon.msk.auth.iam.IAMLoginModule; sasl.client.callback.handler.class=software.amazon.msk.auth.iam.IAMClientCallbackHandler EOF mkdir extra-kafdrop-classes wget --directory-prefix=extra-kafdrop-classes https://repo1.maven.org/maven2/software/amazon/msk/aws-msk-iam-auth/1.0.0/aws-msk-iam-auth-1.0.0.jar docker run -d --rm -p 9000:9000 \ -v $(pwd)/kafka.properties:/tmp/kafka.properties:ro \ -v $(pwd)/kafka.truststore.jks:/tmp/kafka.truststore.jks:ro \...
SVG already exists, just a matter of including it in the ``. Fixes #359. Tested via: ``` mvn clean package java --add-opens=java.base/sun.nio.ch=ALL-UNNAMED \ -jar target/kafdrop-4.0.2-SNAPSHOT.jar \ --kafka.brokerConnect=$KAFKA ``` Results:
As a developer, I want to reduce Kafdrop logging when using Docker Compose. **ACC** - enable dynamic log level configuration for Kafdrop through system variables Possible log level: WARN, ERROR,...
Firstly thank you for your continuous efforts and hard work on maintaining Kafdrop. It has been an invaluable tool for our Kafka ecosystem. The latest release `4.0.1` contains a number...
Hi all, Below is the stack snapshot: A 500 error has occurred: Request processing failed: java.util.IllegalFormatConversionException: d != java.util.Date Stack trace java.util.IllegalFormatConversionException: d != java.util.Date at java.base/java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4442) at java.base/java.util.Formatter$FormatSpecifier.printInteger(Formatter.java:2963) at...
- Introduce base64 groupId. - Use encoded groupId in link. - Fix 404 error incase groupd id contains HTML tags. Relates to #641