X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=9935ed886f1d58896b4b8608de655d33b7d4ea34;hb=255052b2411353652f5ec879c2f6ce7fe6c54969;hp=6fd5d5f9bd799a2037caa168b32e25c4abc00521;hpb=a126175808eeec80355deb8eb3f4ef7e85e84780;p=demos%2Fkafka%2Ftraining diff --git a/pom.xml b/pom.xml index 6fd5d5f..9935ed8 100644 --- a/pom.xml +++ b/pom.xml @@ -12,9 +12,10 @@ 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 @@ -39,8 +40,8 @@ true - org.apache.kafka - kafka-clients + org.springframework.kafka + spring-kafka org.projectlombok @@ -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 +