From 9b6e51fc59bd5382afa42023045a6d40b9d7d4b7 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Wed, 6 Apr 2022 19:51:35 +0200 Subject: [PATCH] counting-consumer ist eine Verbesserung von endless-consumer --- README.sh | 2 +- docker-compose.yml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.sh b/README.sh index 6371e40..c14f45b 100755 --- 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 diff --git a/docker-compose.yml b/docker-compose.yml index 15e0c4c..0b1f0ae 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ de.juplo.kafka - counting-consumer + endless-consumer 1.0-SNAPSHOT Endless Consumer: a Simple Consumer-Group that reads and prints the topic and counts the received messages for each key by topic -- 2.20.1