kafka-monitoring-stack-docker-compose
kafka-monitoring-stack-docker-compose copied to clipboard
This project provides Docker compose files to deploy an Apache Kafka platform with a monitoring stack using Prometheus and Grafana
The examples command should be docker exec `docker exec -it kafka-monitoring-stack-docker-compose_kafka-connect_1 ./bin/kafka-topics --create --partitions 6 --replication-factor 3 --topic demo-topic`
Hi Fhussonnois, When creating Kafka topic, I received this error message. ./bin/kafka-topics --create --partitions 6 --replication-factor 3 --topic test _Error while executing topic command : KeeperErrorCode = NoAuth for /config/topics/test...
I have issue with docker that: `broker | Error opening zip file or JAR manifest missing : /usr/share/jmx-exporter/jmx_prometheus_javaagent-0.20.0.jar` `broker | Error occurred during initialization of VM` `broker | agent library...
I can't see any data about Kafka Consumers/ Fetch Rate & Records Lag even my data is transfering Pls help. 