EndlessProducer arbeitet jetzt transaktional
[demos/kafka/training] / pom.xml
diff --git a/pom.xml b/pom.xml
index deae3e4..21526ac 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,13 +7,13 @@
   <parent>
     <groupId>org.springframework.boot</groupId>
     <artifactId>spring-boot-starter-parent</artifactId>
-    <version>2.6.5</version>
+    <version>2.7.2</version>
     <relativePath/> <!-- lookup parent from repository -->
   </parent>
 
   <groupId>de.juplo.kafka</groupId>
-  <artifactId>endless-producer</artifactId>
-  <name>Endless Producer: a Simple Producer that endlessly writes numbers into a topic</name>
+  <artifactId>transactional-producer</artifactId>
+  <name>Endless Producer: a Simple Producer that endlessly writes transactionally grouped batches of numbers into a topic</name>
   <version>1.0-SNAPSHOT</version>
 
   <dependencies>