counter: 1.2.9 - Reconfigured tests to receive data as domain-instances
[demos/kafka/wordcount] / src / test / java / de / juplo / kafka / wordcount / counter / Message.java
index 8ed7cc5..eb64e6d 100644 (file)
@@ -6,6 +6,6 @@ import lombok.Value;
 @Value(staticConstructor = "of")
 public class Message
 {
-  String key;
-  String value;
+  Word key;
+  WordCount value;
 }