From: Kai Moritz Date: Sat, 22 Jun 2024 14:09:46 +0000 (+0200) Subject: top10: 1.3.0 - Refined input JSON to match the new general stats-format X-Git-Tag: top10-1.3.0 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=5030aed19804a0c48f1968208e176657bdd147de;hp=5030aed19804a0c48f1968208e176657bdd147de;p=demos%2Fkafka%2Fwordcount top10: 1.3.0 - Refined input JSON to match the new general stats-format * Adapted the configuration to the changed type-mapping for the key. * Refined the class `Key`, that defines the JSON for the input key. ** Added attribute `type` with value of type `enum StatsType`. ** Renamed attribute `user` to `channel`. ** Renamed attribute `word` to `key`. * Refined the class `Entry`, that defines the JSON for the input value. ** Renamed attribute `word` to `key`. * Adapted test-classes and -cases accordingly. ---