From: Kai Moritz Date: Sun, 26 May 2024 07:07:48 +0000 (+0200) Subject: top10: 1.2.1 - (RED) Fixed de-/serialization, turned of caching in IT X-Git-Tag: top10-1.2.1~17 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=df0c22234e9ace115b4e4abc4e3d881d5595668e;hp=df0c22234e9ace115b4e4abc4e3d881d5595668e;p=demos%2Fkafka%2Fwordcount top10: 1.2.1 - (RED) Fixed de-/serialization, turned of caching in IT * Fixed the type-mapping for the `JsonDeserializer`. * Disabled the caching / out-buffering in Streams. * Both changes are necessary, to see in `Top10ApplicationIT`, that messages are processed: _Compare the outcome of the test before and after this commit!_ * Nonetheless, the integration-test still fails, because the assertion is not true. ---