X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=9935ed886f1d58896b4b8608de655d33b7d4ea34;hb=f324379723b2f3d681230f571f82bfbb0d53cb75;hp=0889d23242ca232187b917041b23b79dfbc8d095;hpb=89abf3ea0e261ea7d88e671ecf99959029d8f90a;p=demos%2Fkafka%2Ftraining diff --git a/pom.xml b/pom.xml index 0889d23..9935ed8 100644 --- a/pom.xml +++ b/pom.xml @@ -12,9 +12,14 @@ de.juplo.kafka - endless-consumer + spring-consumer 1.0-SNAPSHOT - Endless Consumer: a Simple Consumer-Group that reads and prints the topic and counts the received messages for each key by topic + Spring Consumer + Super Simple Consumer-Group, that is configured by Spring Kafka + + + 11 + @@ -34,10 +39,6 @@ spring-boot-configuration-processor true - - org.apache.kafka - kafka-clients - org.springframework.kafka spring-kafka @@ -61,6 +62,16 @@ awaitility test + + de.flapdoodle.embed + de.flapdoodle.embed.mongo + test + + + org.assertj + assertj-core + test + @@ -101,6 +112,9 @@ + + maven-failsafe-plugin +