counter: 1.3.0 - (RED) Made `CounterApplicationIT` fail too
authorKai Moritz <kai@juplo.de>
Wed, 5 Jun 2024 19:44:26 +0000 (21:44 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 8 Jun 2024 11:33:30 +0000 (13:33 +0200)
commit19226e74f738681af8f4d6a574cf9e69eae1da90
treeed7a24603b0807b9ae359e6b689bb93a7b1a75fe
parente6198710fe679bc7463d1b17c9d9dc311062ef31
counter: 1.3.0 - (RED) Made `CounterApplicationIT` fail too

* Validate with: `mvn test -Dtest=CounterApplicationI`
* Turning on the caching forces the application, to serialize and
  deserialize _every_ message, hence, revealing the bug, that was only
  detected by the `CounterStreamProcessorToplogyTest` before, that always
  behaves like this.
src/test/java/de/juplo/kafka/wordcount/counter/CounterApplicationIT.java