From: Kai Moritz Date: Wed, 10 Jul 2024 14:05:03 +0000 (+0200) Subject: UPDATE 001 X-Git-Tag: wordcount-1.0.0.001~3 X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=ad3bb64d15d9d280a642357fdae03360443f77cc;p=demos%2Fkafka%2Fwordcount UPDATE 001 --- diff --git a/.gitignore b/.gitignore index 7339146..d266cc2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ target/ !**/src/main/**/target/ !**/src/test/**/target/ +popular +stats + ### STS ### .apt_generated .classpath diff --git a/README.sh b/README.sh index 4fb1760..9301219 100755 --- a/README.sh +++ b/README.sh @@ -1,12 +1,12 @@ #!/bin/bash FORTUNE=juplo/wordcount--fortune:1.0.1 -RECORDER=juplo/wordcount--recorder:1.0.1 -USERS=juplo/wordcount--users:1.0.4 -SPLITTER=juplo/wordcount--splitter:1.0.0 -COUNTER=juplo/wordcount--counter:1.1.0 -TOP10=juplo/wordcount--top10:1.0.1 -QUERY=juplo/wordcount--query:1.0.4 +RECORDER=juplo/wordcount--recorder:1.0.1.001 +USERS=juplo/wordcount--users:1.0.7 +SPLITTER=juplo/wordcount--splitter:1.0.0.001 +COUNTER=juplo/wordcount--counter:1.1.0.001 +TOP10=juplo/wordcount--top10:1.0.1.001 +QUERY=juplo/wordcount--query:1.0.4.001 if [ "$1" = "cleanup" ] then diff --git a/counter b/counter index fe04994..ca9c21e 160000 --- a/counter +++ b/counter @@ -1 +1 @@ -Subproject commit fe049944648d9675ffe66b586b6bf860fbac696f +Subproject commit ca9c21e188bda0d0f23826abd944fccfb729dbc8 diff --git a/docker-compose.yml b/docker-compose.yml index 32b8a82..17341f4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -38,7 +38,7 @@ services: recorder: - image: juplo/wordcount--recorder:1.0.1 + image: juplo/wordcount--recorder:1.0.1.001 labels: - "traefik.enable=true" - "traefik.http.routers.recorder.rule=Host(`recorder.localhost`)" @@ -49,7 +49,7 @@ services: - kafka users: - image: juplo/wordcount--users:1.0.4 + image: juplo/wordcount--users:1.0.7 labels: - "traefik.enable=true" - "traefik.http.routers.users.rule=Host(`users.localhost`)" @@ -60,7 +60,7 @@ services: - kafka splitter: - image: juplo/wordcount--splitter:1.0.0 + image: juplo/wordcount--splitter:1.0.0.001 labels: - "traefik.enable=true" - "traefik.http.routers.splitter.rule=Host(`splitter.localhost`)" @@ -71,7 +71,7 @@ services: - kafka counter: - image: juplo/wordcount--counter:1.1.0 + image: juplo/wordcount--counter:1.1.0.001 labels: - "traefik.enable=true" - "traefik.http.routers.counter.rule=Host(`counter.localhost`)" @@ -82,7 +82,7 @@ services: - kafka top10: - image: juplo/wordcount--top10:1.0.1 + image: juplo/wordcount--top10:1.0.1.001 labels: - "traefik.enable=true" - "traefik.http.routers.top10.rule=Host(`top10.localhost`)" @@ -93,7 +93,7 @@ services: - kafka query: - image: juplo/wordcount--query:1.0.4 + image: juplo/wordcount--query:1.0.4.001 labels: - "traefik.enable=true" - "traefik.http.routers.query.rule=Host(`query.localhost`)" diff --git a/query b/query index 251cf79..1c52cad 160000 --- a/query +++ b/query @@ -1 +1 @@ -Subproject commit 251cf79927d4c1c941467c8fee0349c1a7eb4b93 +Subproject commit 1c52cade8d522f1e034fd729f777efed811f301c diff --git a/recorder b/recorder index c5700c2..a8b1bc2 160000 --- a/recorder +++ b/recorder @@ -1 +1 @@ -Subproject commit c5700c2117f6c445278f272572c8b5732bf53bbf +Subproject commit a8b1bc2ac06ee78c37866a4e7381e468496788c4 diff --git a/splitter b/splitter index 3bc3ef7..781f89b 160000 --- a/splitter +++ b/splitter @@ -1 +1 @@ -Subproject commit 3bc3ef7ceb76e7643e1e373293cfdc78f870838a +Subproject commit 781f89bc1cb2e439527e3b4d604b0387eb851cba diff --git a/top10 b/top10 index b3c3b1c..c2483d8 160000 --- a/top10 +++ b/top10 @@ -1 +1 @@ -Subproject commit b3c3b1c1ab19d197d323d7c69e03d9bd09147690 +Subproject commit c2483d85e9977bd71bc75048d0f4ef60580d737d diff --git a/users b/users index 58563cd..f589298 160000 --- a/users +++ b/users @@ -1 +1 @@ -Subproject commit 58563cdc022363375c00ac580672f7daa22f6453 +Subproject commit f58929826f3dd8087afbfa3e8f2ac6e776267d40