Separate Artefakt-/Image-ID für die JSON-Version des requests-Services
authorKai Moritz <kai@juplo.de>
Sat, 3 Sep 2022 17:16:06 +0000 (19:16 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 3 Sep 2022 17:16:12 +0000 (19:16 +0200)
README.sh
docker-compose.yml
pom.xml

index 9aa6ec2..3d86c50 100755 (executable)
--- 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
index 3ae4b88..c4492a4 100644 (file)
@@ -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 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,9 +12,9 @@
   </parent>
 
   <groupId>de.juplo.kafka</groupId>
-  <artifactId>sumup-requests</artifactId>
+  <artifactId>sumup-requests-json</artifactId>
   <name>SumUp-Requests</name>
-  <description>A service that reads computation requests from an incomming topic and generates according messages for the SumUp-Consumer on an outgoing topic</description>
+  <description>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.</description>
   <version>1.0-SNAPSHOT</version>
 
   <dependencies>