counter: 1.1.5 - Fixed a bug in the integration-test `CounterApplicationIT` counter-1.1.5
authorKai Moritz <kai@juplo.de>
Sat, 11 Feb 2023 14:26:42 +0000 (15:26 +0100)
committerKai Moritz <kai@juplo.de>
Fri, 17 Feb 2023 16:31:30 +0000 (17:31 +0100)
commitf8f9b6397ba0096bffa463e09a2db93277a3f9cf
tree8f81c2b7245afe323594f205e400bdce268ed09a
parentdb4b181f863add3e78c01d110c1b4feabd8ecb89
counter: 1.1.5 - Fixed a bug in the integration-test `CounterApplicationIT`

- The default store-type creates state, that is stored on disk.
- Hence, only the first run of the test succseeded.
- The bug was fixed by providing an in-memory store-type.
pom.xml
src/main/java/de/juplo/kafka/wordcount/counter/CounterApplication.java
src/main/java/de/juplo/kafka/wordcount/counter/CounterStreamProcessor.java
src/test/java/de/juplo/kafka/wordcount/counter/CounterApplicationIT.java