X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=17d3cba3a6a930ed704b877c4233fa2ceb50d464;hb=d401bf6750d33cfea6ab1bb01aefe9a5d6098e0c;hp=6fd5d5f9bd799a2037caa168b32e25c4abc00521;hpb=a126175808eeec80355deb8eb3f4ef7e85e84780;p=demos%2Fkafka%2Ftraining diff --git a/pom.xml b/pom.xml index 6fd5d5f..17d3cba 100644 --- a/pom.xml +++ b/pom.xml @@ -12,9 +12,10 @@ de.juplo.kafka - endless-consumer + sumup-adder-json 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 + SumUp Adder + Calculates the sum for the send messages. This version consumes JSON-messages. 11 @@ -25,6 +26,10 @@ org.springframework.boot spring-boot-starter-web + + org.springframework.boot + spring-boot-starter-data-mongodb + org.springframework.boot spring-boot-starter-validation @@ -39,8 +44,8 @@ true - org.apache.kafka - kafka-clients + org.springframework.kafka + spring-kafka org.projectlombok @@ -61,6 +66,16 @@ awaitility test + + de.flapdoodle.embed + de.flapdoodle.embed.mongo + test + + + org.assertj + assertj-core + test + @@ -101,6 +116,9 @@ + + maven-failsafe-plugin +