skip to Main Content

How to use the Kafka exporter Docker image?

I'm trying to use the Kafka Exporter packaged by Bitnami, https://github.com/bitnami/bitnami-docker-kafka-exporter, together with the Bitnami image for Kafka, https://github.com/bitnami/bitnami-docker-kafka. I'm trying to run the following docker-compose.yml: version: '2' networks: app-tier: driver: bridge services: zookeeper: image: 'bitnami/zookeeper:latest' environment: - 'ALLOW_ANONYMOUS_LOGIN=yes' networks:…

VIEW QUESTION
Back To Top
Search