WIP: Avro-Holzweg avro-holzweg
authorKai Moritz <kai@juplo.de>
Thu, 14 Oct 2021 19:27:56 +0000 (21:27 +0200)
committerKai Moritz <kai@juplo.de>
Thu, 14 Oct 2021 19:27:56 +0000 (21:27 +0200)
README.sh
counter
docker-compose.yml
query
top10
users

index c6db7c5..dea3019 100755 (executable)
--- a/README.sh
+++ b/README.sh
@@ -2,10 +2,10 @@
 
 FORTUNE=juplo/wordcount--fortune:1.0.0
 RECORDER=juplo/wordcount--recorder:1.0.0
-USERS=juplo/wordcount--users:1.0.0
-COUNTER=juplo/wordcount--counter:1.0.0
-TOP10=juplo/wordcount--top10:1.0.0
-QUERY=juplo/wordcount--query:1.0.2
+USERS=juplo/wordcount--users:2.0-avro-SNAPSHOT
+COUNTER=juplo/wordcount--counter:2.0-avro-SNAPSHOT
+TOP10=juplo/wordcount--top10:2.0-avro-SNAPSHOT
+QUERY=juplo/wordcount--query:2.0-avro-SNAPSHOT
 
 if [ "$1" = "cleanup" ]
 then
diff --git a/counter b/counter
index 71ffff4..1ced7db 160000 (submodule)
--- a/counter
+++ b/counter
@@ -1 +1 @@
-Subproject commit 71ffff4002d3cee3bbc4afbeccdd690ddb22e9ee
+Subproject commit 1ced7dbd42128e40d165a295cb5d70291b3c1803
index 6bd90a2..b7b3144 100644 (file)
@@ -49,7 +49,7 @@ services:
       - kafka
 
   users:
-    image: juplo/wordcount--users:1.0.0
+    image: juplo/wordcount--users:2.0-avro-SNAPSHOT
     environment:
       juplo.wordcount.users.bootstrap-server: kafka:9092
       juplo.wordcount.users.topic: users
@@ -59,7 +59,7 @@ services:
       - kafka
 
   counter:
-    image: juplo/wordcount--counter:1.0.0
+    image: juplo/wordcount--counter:2.0-avro-SNAPSHOT
     environment:
       juplo.wordcount.counter.bootstrap-server: kafka:9092
       juplo.wordcount.counter.application-id: counter
@@ -71,7 +71,7 @@ services:
       - kafka
 
   top10:
-    image: juplo/wordcount--top10:1.0.0
+    image: juplo/wordcount--top10:2.0-avro-SNAPSHOT
     environment:
       juplo.wordcount.top10.bootstrap-server: kafka:9092
       juplo.wordcount.top10.application-id: top10
@@ -83,7 +83,7 @@ services:
       - kafka
 
   query:
-    image: juplo/wordcount--query:1.0.2
+    image: juplo/wordcount--query:2.0-avro-SNAPSHOT
     environment:
       juplo.wordcount.query.bootstrap-server: kafka:9092
       juplo.wordcount.query.application-id: query
diff --git a/query b/query
index eb8e65b..8cd53d8 160000 (submodule)
--- a/query
+++ b/query
@@ -1 +1 @@
-Subproject commit eb8e65bb79c99a1e43f5a0d5c58c3367030d20f9
+Subproject commit 8cd53d8aae0e2556843ed1267031d84334f5b0e6
diff --git a/top10 b/top10
index 42bb92c..7dad17b 160000 (submodule)
--- a/top10
+++ b/top10
@@ -1 +1 @@
-Subproject commit 42bb92cf8fca73ddf940f2257c7fa5f693bc2ca4
+Subproject commit 7dad17bd6a475d67f3598aced6d5b25d3f6d2bd2
diff --git a/users b/users
index ac0f8a1..0bac83d 160000 (submodule)
--- a/users
+++ b/users
@@ -1 +1 @@
-Subproject commit ac0f8a17382f8951bf86148bb66a732d283d9990
+Subproject commit 0bac83d4a4e26406079577f3e15be7d219dd0ecb