From 4ba13e7a05b179880e3f2d924822b5f2ae1e572a Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 3 Sep 2022 19:16:06 +0200 Subject: [PATCH] =?utf8?q?Separate=20Artefakt-/Image-ID=20f=C3=BCr=20die?= =?utf8?q?=20JSON-Version=20des=20requests-Services?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- README.sh | 2 +- docker-compose.yml | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.sh b/README.sh index 9aa6ec2..3d86c50 100755 --- a/README.sh +++ b/README.sh @@ -1,6 +1,6 @@ #!/bin/bash -IMAGE=juplo/sumup-requests:1.0-SNAPSHOT +IMAGE=juplo/sumup-requests-json:1.0-SNAPSHOT if [ "$1" = "cleanup" ] then diff --git a/docker-compose.yml b/docker-compose.yml index 3ae4b88..c4492a4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -87,7 +87,7 @@ services: sumup.gateway.topic: in requests: - image: juplo/sumup-requests:1.0-SNAPSHOT + image: juplo/sumup-requests-json:1.0-SNAPSHOT ports: - 8081:8080 environment: diff --git a/pom.xml b/pom.xml index 0f5c319..a0fe12a 100644 --- a/pom.xml +++ b/pom.xml @@ -12,9 +12,9 @@ de.juplo.kafka - sumup-requests + sumup-requests-json SumUp-Requests - A service that reads computation requests from an incomming topic and generates according messages for the SumUp-Consumer on an outgoing topic + A service that reads computation requests from an incomming topic and generates according messages for the SumUp-Consumer on an outgoing topic. This version generates two types of JSON-messages. 1.0-SNAPSHOT -- 2.20.1