</parent>
<groupId>de.juplo.kafka.wordcount</groupId>
<artifactId>counter</artifactId>
- <version>1.2.1</version>
+ <version>1.2.2</version>
<name>Wordcount-Counter</name>
<description>Word-counting stream-processor of the multi-user wordcount-example</description>
<properties>
.noTypeInfo()))
.count(Materialized.as(storeSupplier))
.toStream()
- .map((word, count) -> new KeyValue<>(word, WordCount.of(word.getUser(), word.getWord(), count)))
+ .map((word, count) -> new KeyValue<>(word, WordCount.of(word, count)))
.to(
outputTopic,
Produced.with(