From: Kai Moritz Date: Sun, 5 May 2024 11:26:28 +0000 (+0200) Subject: recorder: 1.1.2 - The `JsonSerializer` is used for serialization X-Git-Tag: recorder-1.1.2 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=ac67b34208c00885880c093a6a46312dc16e11bb;hp=ac67b34208c00885880c093a6a46312dc16e11bb;p=demos%2Fkafka%2Fwordcount recorder: 1.1.2 - The `JsonSerializer` is used for serialization * Configured the Spring Kafka `JsonSerializer` for serialization. * The `JsonSerializer` is configured, to add _no_ type-info to the headers. * Added an integration test to proof, that everything works as expected. ---