X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;fp=pom.xml;h=fe06959478dacd24893989f52f70d284f110c4b4;hb=a6a0a22a5fa34a01b0e8b2bc1e0e2b82d7b60f33;hp=701704d1bb6fc982a4c1e45bc57e69b4fcb13b62;hpb=60bc4a251dc9bab71d5ab5f12870147fec253ac9;p=demos%2Fkafka%2Ftraining diff --git a/pom.xml b/pom.xml index 701704d..fe06959 100644 --- a/pom.xml +++ b/pom.xml @@ -12,9 +12,10 @@ de.juplo.kafka - endless-consumer + wordcount 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 + Wordcount + Splits the incomming sentences into words and counts the words per user.