kafka-webview icon indicating copy to clipboard operation
kafka-webview copied to clipboard

Full-featured web-based Apache Kafka consumer UI

Results 64 kafka-webview issues
Sort by recently updated
recently updated
newest added

Hi, Is kafka-webview tested with AWS MSK clusters ? My kafka is running as a MSK in AWS and SASL is enabled. I can connect to servers using kcat but...

Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...

Hi, I'm trying to connect to a GSSAPI cluster with SSL. Doing so results in the following error: ``` Error Failed create new KafkaAdminClient (show more) org.apache.kafka.common.KafkaException thrown at org.apache.kafka.clients.admin.KafkaAdminClient::createInternal...

Hey there. Don't know if thats expected, but the app requires 2+GB of RAM available to boot. If you set an upper limit of 2-3GB on it in Kubernetes/Docker, it...

https://github.com/SourceLabOrg/kafka-webview/blob/0b5a5dcfea365269c15c4171c27a911aa348edbb/kafka-webview-ui/src/main/resources/config/base.yml#L51 Expected: ACTUATOR_PORT

Refactored application properties system. As this refactoring is pretty big, I decided to split it in different subsequent PRs: 1. improve application properties system 2. add Makefile to make development...

Hi, guys! I'm connecting to a remote Kafka cluster and some topics cannot be consumed. As far as I could see consumer timeout is hardcoded here and cannot be changed:...