services: kafka-ui: container_name: kafka-ui image: provectuslabs/kafka-ui:latest ports: - 8080:8080 environment: DYNAMIC_CONFIG_ENABLED: 'true' volumes: - ~/kui/config.yml:/etc/kafkaui/dynamic_config.yaml Please refer to ourconfigurationpage to proceed with further app configuration. ...
<repository>provectuslabs/kafka-ui</repository> <buildArgs> <JAR_FILE>${project.build.finalName}.jar</JAR_FILE> <JAR_NAME>${project.artifactId}.jar</JAR_NAME> </buildArgs> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>217...
services: kafka-ui: container_name: kafka-ui image: provectuslabs/kafka-ui:latest ports: - 8080:8080 environment: DYNAMIC_CONFIG_ENABLED: 'true' volumes: - ~/kui/config.yml:/etc/kafkaui/dynamic_config.yaml Please refer to our configuration page to proceed with further app configuration. Som...
你不需要在Kafka经纪人Docker ...此外,IP并不真正重要,只要在Kafkaadvertised.listeners设置正确。删除三...
Describe the bug It is impossible to produce message to topic due to NullPointerException Set up Run latest image in docker: ... kafka-ui: image: provectuslabs/kafka-ui:latest container_name: kafka-ui ports: - "8080:8080" restart: always...
services: nginx: image: nginx:latest volumes: - ./proxy.conf:/etc/nginx/conf.d/default.conf ports: - 8081:80 kafka-ui: container_name: kafka-ui hostname: kafka-ui image: provectuslabs/kafka-ui:master depends_on: - kafka0 - schema-registry0 - kafka-connect0 environment: DYNAMIC_CONFIG...
Commit Hash from top left corner in UI: Fr.10.2022 11:20:53 (7d5b7de) Steps to Reproduce Steps to reproduce the behavior: docker pull provectuslabs/kafka-ui:master Expected behavior Results from Commit hash: d149d26 ( d149d26 ) Message Viewer: Offset|Partition| Timestamp| Key 10389 ...
Warning, starting kafka ui with this command does not create a password. In prod this needs to be auth. podman pull provectuslabs/kafka-ui- Get the image Start kafka UI on port 9090 to avoid collisions with anything running on 8080. ...
The kafka cluster is provided via Confluent Cloud. I was able to reproduce the same issue with the followingdocker-compose.yaml- version: '3.4' services: kafka-ui: image: provectuslabs/kafka-ui container_name: kafka-ui ports: - "9022:8080" restart: always environment: - KAFKA_CLUSTERS_0_...
I run Kafka UI with the following docker-compose.yml file: version: "3.5" services: kafka-ui: hostname: kafka-ui image: provectuslabs/kafka-ui:v0.4.0 container_name: kafka-ui ports: - 8080:8080 volumes: - ./cert:/opt/cert environment: KAFKA_CLUSTERS_0_NAME: my_kafka KAFKA_CLUSTERS_...