From: Kai Moritz Date: Sun, 26 Jun 2022 14:00:32 +0000 (+0200) Subject: Version of the splitter service, that is implemented with Spring Integration X-Git-Url: https://juplo.de/gitweb/?p=demos%2Fkafka%2Fwordcount;a=commitdiff_plain;h=e8d35855c3acc3c53ab5f252421a093d8e3eedfa Version of the splitter service, that is implemented with Spring Integration --- diff --git a/README.sh b/README.sh index 56b7469..17e0415 100755 --- 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 diff --git a/docker-compose.yml b/docker-compose.yml index f5a1256..19f99c9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 diff --git a/splitter b/splitter index 0e63376..7b017bc 160000 --- a/splitter +++ b/splitter @@ -1 +1 @@ -Subproject commit 0e63376a3cfc8ecabdc4699e9307f6a51415cb09 +Subproject commit 7b017bc9954ecf26af755d43dd02999468cd94ea