top10: 1.2.1 - (RED) Fixed de-/serialization, turned of caching in IT
[demos/kafka/wordcount] / src / main / java / de / juplo / kafka / wordcount / top10 / Top10ApplicationProperties.java
index 93b78ec..d3bb236 100644 (file)
@@ -17,4 +17,6 @@ public class Top10ApplicationProperties
   private String applicationId = "top10";
   private String inputTopic = "countings";
   private String outputTopic = "top10";
+  private Integer commitInterval;
+  private Integer cacheMaxBytes;
 }