counting-consumer ist eine Verbesserung von endless-consumer
[demos/kafka/training] / pom.xml
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>