query: 2.1.0 - Refined input JSON (adapted to general format for stats)
[demos/kafka/wordcount] / src / test / java / de / juplo / kafka / wordcount / top10 / TestEntry.java
index ceafa82..15a8aa4 100644 (file)
@@ -10,6 +10,6 @@ import lombok.NoArgsConstructor;
 @Data
 public class TestEntry
 {
-  String word;
+  String key;
   long counter;
 }