counter: 1.4.0 - Refined output JSON to match the new general stats-format
[demos/kafka/wordcount] / src / test / java / de / juplo / kafka / wordcount / top10 / TestOutputWordCounter.java
index 1b59387..a5f5d43 100644 (file)
@@ -11,6 +11,6 @@ import lombok.NoArgsConstructor;
 public class TestOutputWordCounter
 {
   String user;
-  String word;
+  String key;
   long counter;
 }