WIP
[demos/kafka/training] / docker-compose.yml
index 5400911..f4b271f 100644 (file)
@@ -74,33 +74,33 @@ services:
     command: sleep infinity
 
   gateway-partition-0:
-    image: juplo/sumup-gateway-springified:1.0-SNAPSHOT
+    image: juplo/sumup-gateway--springified:1.0-SNAPSHOT
     ports:
       - 8080:8080
     environment:
       server.port: 8080
       spring-kafka.bootstrap-servers: kafka:9092
-      spring.kafka.client-id: gateway-partition-0
+      spring.kafka.client-id: gateway-0
       sumup.gateway.partition: 0
 
-  gateway-partition-0:
-    image: juplo/sumup-gateway-springified:1.0-SNAPSHOT
+  gateway-0:
+    image: juplo/sumup-gateway--springified:1.0-SNAPSHOT
     ports:
       - 8081:8080
     environment:
       server.port: 8080
       spring-kafka.bootstrap-servers: kafka:9092
-      spring.kafka.client-id: gateway-partition-1
+      spring.kafka.client-id: gateway-1
       sumup.gateway.partition: 1
 
-  gateway-hashed:
-    image: juplo/sumup-gateway-springified:1.0-SNAPSHOT
+  gateway:
+    image: juplo/sumup-gateway--springified:1.0-SNAPSHOT
     ports:
       - 8082:8080
     environment:
       server.port: 8080
       spring-kafka.bootstrap-servers: kafka:9092
-      spring.kafka.client-id: gateway-hashed
+      spring.kafka.client-id: gateway
 
   consumer:
     image: juplo/toolbox