counter: 1.3.1 - Refined/Simplified the type-mapping
authorKai Moritz <kai@juplo.de>
Sun, 16 Jun 2024 17:57:23 +0000 (19:57 +0200)
committerKai Moritz <kai@juplo.de>
Sun, 16 Jun 2024 19:06:59 +0000 (21:06 +0200)
commit419be8ac0668ecb0e34b3a432cf2dcca1c3642dc
tree8131a5090c1e4efec951208b50c5d0c50d2523d9
parent29899898af28dcbb50326ae5837ada195829c592
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.
src/main/java/de/juplo/kafka/wordcount/counter/CounterApplicationConfiguriation.java
src/main/java/de/juplo/kafka/wordcount/counter/CounterStreamProcessor.java