top10: 1.3.0 - Refined input JSON to match the new general stats-format
[demos/kafka/wordcount] / src / test / java / de / juplo / kafka / wordcount / counter / TestWord.java
index 8008e12..00c1af7 100644 (file)
@@ -12,6 +12,7 @@ import lombok.NoArgsConstructor;
 @JsonIgnoreProperties(ignoreUnknown = true)
 public class TestWord
 {
-  private String user;
-  private String word;
+  private String type;
+  private String channel;
+  private String key;
 }