Tags für den Kafkacat-Befehl zum auslesen der Header ergänzt
[demos/kafka/training] / pom.xml
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>