WIP
[demos/kafka/wordcount] / src / main / java / de / juplo / kafka / wordcount / stats / Key.java
index ab88ee6..afe1514 100644 (file)
@@ -6,6 +6,6 @@ import lombok.Data;
 @Data
 public class Key
 {
-  private String type;
+  private StatisticsType type;
   private String channel;
 }