Skip to content

Commit

Permalink
🚀 feat: add Kafka UI to the services and examples (#17)
Browse files Browse the repository at this point in the history
* 🐳 feat: add Kafka UI to the services

* 🐳 feat: add schema registry and connect info to Kafka UI service

* 🐳 feat: add Kafka UI to the Kafka Zookeeper AVRO example

* 🐛 fix: resolve the of environments for Kafka UI service
  • Loading branch information
mostafaghadimi committed Feb 17, 2024
1 parent 1289c2d commit edaae68
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions examples/kafka-zookeeper-avro/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ services:
ports:
- 8080:8080
environment:
- DYNAMIC_CONFIG_ENABLED: 'true'
- KAFKA_CLUSTERS_0_NAME: kafka-cluster
- KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS: kafka:9092
- KAFKA_CLUSTERS_0_SCHEMAREGISTRY: 'http://schema_registry:8081'
- SCHEMA_REGISTRY_SCHEMA_REGISTRY_INTER_INSTANCE_PROTOCOL: 'http'
- KAFKA_CLUSTERS_0_KAFKACONNECT_0_NAME: connect
- KAFKA_CLUSTERS_0_KAFKACONNECT_0_ADDRESS: http://connect:8083
- KAFKA_CLUSTERS_0_AUDIT_TOPICAUDITENABLED: 'true'
- KAFKA_CLUSTERS_0_AUDIT_CONSOLEAUDITENABLED: 'true'
DYNAMIC_CONFIG_ENABLED: 'true'
KAFKA_CLUSTERS_0_NAME: kafka-cluster
KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS: kafka:9092
KAFKA_CLUSTERS_0_SCHEMAREGISTRY: http://schema_registry:8081
SCHEMA_REGISTRY_SCHEMA_REGISTRY_INTER_INSTANCE_PROTOCOL: 'http'
KAFKA_CLUSTERS_0_KAFKACONNECT_0_NAME: connect
KAFKA_CLUSTERS_0_KAFKACONNECT_0_ADDRESS: http://connect:8083
KAFKA_CLUSTERS_0_AUDIT_TOPICAUDITENABLED: 'true'
KAFKA_CLUSTERS_0_AUDIT_CONSOLEAUDITENABLED: 'true'
depends_on:
- kafka

0 comments on commit edaae68

Please sign in to comment.