top10: 1.2.1 - (RED) Fixed de-/serialization, turned of caching in IT
authorKai Moritz <kai@juplo.de>
Sun, 26 May 2024 07:07:48 +0000 (09:07 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 8 Jun 2024 11:07:31 +0000 (13:07 +0200)
commitdf0c22234e9ace115b4e4abc4e3d881d5595668e
treeeb56a0990d42148f3a3014fc1dc20bc19da244a4
parent0b34b4d8eec93307ae521b423397d46fb3055827
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.
src/main/java/de/juplo/kafka/wordcount/top10/Top10ApplicationConfiguration.java
src/main/java/de/juplo/kafka/wordcount/top10/Top10ApplicationProperties.java
src/test/java/de/juplo/kafka/wordcount/top10/Top10ApplicationIT.java