From: Kai Moritz Date: Sat, 22 Jun 2024 12:22:35 +0000 (+0200) Subject: counter: 1.4.0 - Refined output JSON to match the new general stats-format X-Git-Tag: counter-1.4.0 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=123d1d3df7e3665dbe511a2e7d7398e0aa235a63;hp=123d1d3df7e3665dbe511a2e7d7398e0aa235a63;p=demos%2Fkafka%2Fwordcount counter: 1.4.0 - Refined output JSON to match the new general stats-format * Changed the type-mapping for `Word` from `word` to `key`. * Refined the class `Word`, that defines the JSON for the output key. ** Added attribute `type` with fixed value `POPULAR`. ** Renamed attribute `user` to `channel`. ** Renamed attribute `word` to `key`. * Refined the class `WordCounter`, that defines the JSON for the output value. ** Renamed attribute `word` to `key`. * Adapted test-classes and -cases accordingly. ---