wip - admin console to use kafka rest api

This commit is contained in:
Thilo Behnke
2022-05-14 20:59:44 +02:00
parent 3ca0229667
commit c44eeab1d8

View File

@@ -20,3 +20,13 @@ services:
- ALLOW_PLAINTEXT_LISTENER=yes
depends_on:
- zookeeper
kaka-rest-proxy:
container_name: pong_server_kafka_rest_proxy
image: 'confluentinc/cp-kafka-rest'
ports:
- '8082:8082'
environment:
- KAFKA_REST_BOOTSTRAP_SERVERS=kafka:9092
depends_on:
- kafka