mirror of
https://github.com/thilo-behnke/wasm-pong.git
synced 2026-07-11 02:29:25 +00:00
wip - admin console to use kafka rest api
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user