Version of the splitter service, that is implemented with Spring Integration
[demos/kafka/wordcount] / docker-compose.yml
index f5a1256..19f99c9 100644 (file)
@@ -64,13 +64,13 @@ services:
       - kafka
 
   splitter:
-    image: juplo/wordcount--splitter:1.0.0-vanilla-kafka
+    image: juplo/wordcount--splitter:1.0.0-spring-integration
     labels:
       - "traefik.enable=true"
       - "traefik.http.routers.splitter.rule=Host(`splitter.localhost`)"
       - "traefik.http.routers.splitter.entrypoints=web"
     environment:
-      juplo.wordcount.splitter.bootstrap-server: kafka:9092
+      spring.kafka.bootstrap-servers: kafka:9092
     depends_on:
       - kafka