From: Kai Moritz Date: Sun, 16 Jun 2024 17:57:23 +0000 (+0200) Subject: counter: 1.3.1 - Refined/Simplified the type-mapping X-Git-Tag: counter-1.3.1~2 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=419be8ac0668ecb0e34b3a432cf2dcca1c3642dc;hp=419be8ac0668ecb0e34b3a432cf2dcca1c3642dc;p=demos%2Fkafka%2Fwordcount counter: 1.3.1 - Refined/Simplified the type-mapping * Removed all explicit type-mappings for the internally used types. * This greatly simplifies the configuration, because it is sufficient to configure the trusted package to serialize/deserialize all internally used types. * To make this possible, the type-mappings for the outgoing messages are specified with `Produced.with()` in the ``to()``-operation. ---