query: 2.1.0 - Refined input JSON (adapted to general format for stats)
[demos/kafka/wordcount] / src / main / java / de / juplo / kafka / wordcount / query / QueryApplicationConfiguration.java
index 440d5c4..0f9cad1 100644 (file)
@@ -89,7 +89,7 @@ public class QueryApplicationConfiguration
                props.put(StreamsConfig.DEFAULT_VALUE_SERDE_CLASS_CONFIG, JsonSerde.class.getName());
                props.put(
                                JsonDeserializer.TYPE_MAPPINGS,
-                               "user:" + Key.class.getName() + "," +
+                               "stats:" + Key.class.getName() + "," +
                                "ranking:" + Ranking.class.getName() + "," +
                                "userranking:" + UserRanking.class.getName());