X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=e4ef6042ca6ad766259f03c3893589fd17db1a81;hb=279373f97c064ae3c9cf471d7946d6767b64c1e9;hp=71115c0d7c92e9fa0a2ce6fde2d5d5f457343149;hpb=02ab54c6b3c099f5b0bd420fc0a37034badf1c71;p=demos%2Fkafka%2Fwordcount diff --git a/pom.xml b/pom.xml index 71115c0..e4ef604 100644 --- a/pom.xml +++ b/pom.xml @@ -9,14 +9,16 @@ de.juplo.kafka.wordcount - counter + top10 1.0.0 - Wordcount-Counter - Word-counting stream-processor of the multi-user wordcount-example + Wordcount-Top-10 + Top-10 stream-processor of the multi-user wordcount-example + 1.10.2 0.33.0 11 2.8.0 + 6.2.1 @@ -31,6 +33,16 @@ org.apache.kafka kafka-streams + + io.confluent + kafka-streams-avro-serde + ${confluent.version} + + + org.apache.avro + avro + ${avro.version} + org.springframework.boot @@ -81,7 +93,36 @@ + + org.apache.avro + avro-maven-plugin + ${avro.version} + + + generate-sources + + schema + + + ${project.basedir}/src/main/resources/avro + ${project.basedir}/target/generated-sources + PRIVATE + String + + *.avsc + + + + + + + + confluent + https://packages.confluent.io/maven/ + + +