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

Creating a new topic button is placed at the bottom of the topic list. When we have hundreds of topics, this list keeps loading and page keeps scrolling. It is...

Start command: ` java --add-opens=java.base/sun.nio.ch=ALL-UNNAMED -jar target/kafdrop-4.0.3-SNAPSHOT.jar --message.format=PROTOBUF --protobufdesc.directory=/Users/myname/projects/oneof_demo/proto/src/main/proto --kafka.brokerConnect=localhost:9092 ` URL: `http://localhost:9000/topic/test/messages?partition=0&offset=2894378&count=100&keyFormat=DEFAULT&format=PROTOBUF&isAnyProto=true` Error: `2024-09-26 14:34:32.865 INFO 9082 [ XNIO-1 task-2] k.c.BasicErrorController : errorAtts: {timestamp=2024-09-26T14:34:32.864+0300, trace=java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because...

Bumps `kafka-libs.version` from 7.9.1 to 8.0.0. Updates `io.confluent:kafka-avro-serializer` from 7.9.1 to 8.0.0 Commits d79c860 Set Confluent to 8.0.0, Kafka to 8.0.0. d939d5b DGS-20647 Ensure SR client cache for CP 8.0...

dependencies
java

Bug fixes: 1. Removed duplication of messages from `viewAllMessages` (I think it's a critical bug). 2. Added filter by timestamp in `searchRecords`. Search messages by timestamp didn't work because `seekToTimestamp`...

## Description This PR introduces support for specifying passwords for the truststore and keystore used in SSL communication with Kafka brokers in Kafdrop. Previously, while the truststore file location could...

Bumps `kafka-libs.version` from 7.9.1 to 8.1.1. Updates `io.confluent:kafka-avro-serializer` from 7.9.1 to 8.1.1 Commits See full diff in compare view Updates `io.confluent:kafka-schema-registry-client` from 7.9.1 to 8.1.1 Commits See full diff in...

dependencies
java

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.5.7 to 4.0.0. Release notes Sourced from org.springframework.boot:spring-boot-starter-parent's releases. v4.0.0 :star: New Features Change tomcat and jetty runtime modules to starters #48175 Rename spring-boot-kotlin-serialization to align with...

dependencies
java

Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) from 2.8.14 to 3.0.0. Release notes Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases. springdoc-openapi v3.0.0 released! Added #2975 - Spring Framework 7 - Initial API versioning support #3123 - Support static...

dependencies
java

On release, GitHub Actions will also package up the Helm chart and publish to the GitHub container registry. README instructions updated for Helm deployment from OCI registry. I moved the...