popular: 1.1.1 - Refined output JSON
[demos/kafka/wordcount] / src / test / java / de / juplo / kafka / wordcount / stats / OutputWordCounter.java
index f132707..ce8a764 100644 (file)
@@ -10,6 +10,6 @@ import lombok.NoArgsConstructor;
 @AllArgsConstructor(staticName = "of")
 public class OutputWordCounter
 {
-  String word;
+  String key;
   long counter;
 }