]> juplo.de Git - demos/kafka/wordcount/commitdiff
UPDATE 001
authorKai Moritz <kai@juplo.de>
Wed, 10 Jul 2024 14:05:03 +0000 (16:05 +0200)
committerKai Moritz <kai@juplo.de>
Wed, 10 Jul 2024 15:11:29 +0000 (17:11 +0200)
.gitignore
README.sh
counter
docker-compose.yml
query
recorder
splitter
top10
users

index 7339146ccc4289b31a87c06e27c43119ef22a661..d266cc2dee462566420a71bbd96016d47c371c83 100644 (file)
@@ -2,6 +2,9 @@ target/
 !**/src/main/**/target/
 !**/src/test/**/target/
 
+popular
+stats
+
 ### STS ###
 .apt_generated
 .classpath
index 4fb176038bd51306bfc98dac047ad9396c28328e..93012195b3ddd96235fcb0582e2860e7c2f29749 100755 (executable)
--- 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 fe049944648d9675ffe66b586b6bf860fbac696f..ca9c21e188bda0d0f23826abd944fccfb729dbc8 160000 (submodule)
--- a/counter
+++ b/counter
@@ -1 +1 @@
-Subproject commit fe049944648d9675ffe66b586b6bf860fbac696f
+Subproject commit ca9c21e188bda0d0f23826abd944fccfb729dbc8
index 32b8a822d8b0dd9c6cfb3a7da0491d9e20961076..17341f4c54a0696888d9b050b75c9edc89cc00ee 100644 (file)
@@ -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 251cf79927d4c1c941467c8fee0349c1a7eb4b93..1c52cade8d522f1e034fd729f777efed811f301c 160000 (submodule)
--- a/query
+++ b/query
@@ -1 +1 @@
-Subproject commit 251cf79927d4c1c941467c8fee0349c1a7eb4b93
+Subproject commit 1c52cade8d522f1e034fd729f777efed811f301c
index c5700c2117f6c445278f272572c8b5732bf53bbf..a8b1bc2ac06ee78c37866a4e7381e468496788c4 160000 (submodule)
--- a/recorder
+++ b/recorder
@@ -1 +1 @@
-Subproject commit c5700c2117f6c445278f272572c8b5732bf53bbf
+Subproject commit a8b1bc2ac06ee78c37866a4e7381e468496788c4
index 3bc3ef7ceb76e7643e1e373293cfdc78f870838a..781f89bc1cb2e439527e3b4d604b0387eb851cba 160000 (submodule)
--- a/splitter
+++ b/splitter
@@ -1 +1 @@
-Subproject commit 3bc3ef7ceb76e7643e1e373293cfdc78f870838a
+Subproject commit 781f89bc1cb2e439527e3b4d604b0387eb851cba
diff --git a/top10 b/top10
index b3c3b1c1ab19d197d323d7c69e03d9bd09147690..c2483d85e9977bd71bc75048d0f4ef60580d737d 160000 (submodule)
--- a/top10
+++ b/top10
@@ -1 +1 @@
-Subproject commit b3c3b1c1ab19d197d323d7c69e03d9bd09147690
+Subproject commit c2483d85e9977bd71bc75048d0f4ef60580d737d
diff --git a/users b/users
index 58563cdc022363375c00ac580672f7daa22f6453..f58929826f3dd8087afbfa3e8f2ac6e776267d40 160000 (submodule)
--- a/users
+++ b/users
@@ -1 +1 @@
-Subproject commit 58563cdc022363375c00ac580672f7daa22f6453
+Subproject commit f58929826f3dd8087afbfa3e8f2ac6e776267d40