query: 2.0.0 - (RED) The keys of the top10-topic are deserialized as JSON
[demos/kafka/wordcount] / src / main / java / de / juplo / kafka / wordcount / query / Key.java
index afeac4a..57d095a 100644 (file)
@@ -6,6 +6,5 @@ import lombok.Data;
 @Data
 public class Key
 {
-  private String username;
-  private String word;
+  private String user;
 }