From: Kai Moritz Date: Fri, 17 Feb 2023 13:48:23 +0000 (+0100) Subject: coutner: 1.2.3 - Simplified topology, using default-serdes for all steps X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=cb4a5de56f142603eb63e82f6769616bf5ff058a;hp=cb4a5de56f142603eb63e82f6769616bf5ff058a;p=demos%2Fkafka%2Fwordcount coutner: 1.2.3 - Simplified topology, using default-serdes for all steps - Defined `JsonSerde` as default for keys and values. - Configured the `JsonDeserializer` for header-based typing. - Removed the configuration of specific serdes from all steps of the processor-topology, expect the initial step, that needs a `StringSerde` for the key. ---