counting-consumer ist eine Verbesserung von endless-consumer
authorKai Moritz <kai@juplo.de>
Wed, 6 Apr 2022 17:51:35 +0000 (19:51 +0200)
committerKai Moritz <kai@juplo.de>
Wed, 6 Apr 2022 17:51:35 +0000 (19:51 +0200)
README.sh
docker-compose.yml
pom.xml

index 6371e40..c14f45b 100755 (executable)
--- a/README.sh
+++ b/README.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-IMAGE=juplo/counting-consumer:1.0-SNAPSHOT
+IMAGE=juplo/endless-consumer:1.0-SNAPSHOT
 
 if [ "$1" = "cleanup" ]
 then
index 15e0c4c..0b1f0ae 100644 (file)
@@ -48,7 +48,7 @@ services:
 
 
   consumer:
-    image: juplo/counting-consumer:1.0-SNAPSHOT
+    image: juplo/endless-consumer:1.0-SNAPSHOT
     ports:
       - 8081:8081
     environment:
diff --git a/pom.xml b/pom.xml
index 3467bc7..b7b0b8d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
   </parent>
 
   <groupId>de.juplo.kafka</groupId>
-  <artifactId>counting-consumer</artifactId>
+  <artifactId>endless-consumer</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Endless Consumer: a Simple Consumer-Group that reads and prints the topic and counts the received messages for each key by topic</name>