Version of the splitter service, that is implemented with Spring Integration
authorKai Moritz <kai@juplo.de>
Sun, 26 Jun 2022 14:00:32 +0000 (16:00 +0200)
committerKai Moritz <kai@juplo.de>
Sun, 17 Jul 2022 12:44:22 +0000 (14:44 +0200)
README.sh
docker-compose.yml
splitter

index 56b7469..17e0415 100755 (executable)
--- a/README.sh
+++ b/README.sh
@@ -3,7 +3,7 @@
 FORTUNE=juplo/wordcount--fortune:1.0.0
 RECORDER=juplo/wordcount--recorder:1.0.1
 USERS=juplo/wordcount--users:1.0.4
-SPLITTER=juplo/wordcount--splitter:1.0.0-vanilla-kafka
+SPLITTER=juplo/wordcount--splitter:1.0.0-spring-integration
 COUNTER=juplo/wordcount--counter:1.1.0
 TOP10=juplo/wordcount--top10:1.0.1
 QUERY=juplo/wordcount--query:1.0.4
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
 
index 0e63376..7b017bc 160000 (submodule)
--- a/splitter
+++ b/splitter
@@ -1 +1 @@
-Subproject commit 0e63376a3cfc8ecabdc4699e9307f6a51415cb09
+Subproject commit 7b017bc9954ecf26af755d43dd02999468cd94ea