unsubscribe() im Fehlerfall ergänzt
[demos/kafka/training] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4c52f37..2217d9b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   </parent>
 
   <groupId>de.juplo.kafka</groupId>
-  <artifactId>simple-producer</artifactId>
-  <name>Super Simple Producer</name>
+  <artifactId>simple-consumer</artifactId>
   <version>1.0-SNAPSHOT</version>
+  <name>Simple Consumer-Group</name>
+  <description>Super Simple Consumer-Group, that is implemented as a plain Java-program</description>
 
   <dependencies>
     <dependency>
@@ -61,7 +62,7 @@
             <manifest>
               <addClasspath>true</addClasspath>
               <classpathPrefix>libs/</classpathPrefix>
-              <mainClass>de.juplo.kafka.SimpleProducer</mainClass>
+              <mainClass>de.juplo.kafka.SimpleConsumer</mainClass>
             </manifest>
           </archive>
         </configuration>