splitter: 1.1.3 - Refined test & fixed a bug in the splitting-pattern splitter-1.1.3
authorKai Moritz <kai@juplo.de>
Sun, 5 Feb 2023 10:47:56 +0000 (11:47 +0100)
committerKai Moritz <kai@juplo.de>
Sat, 4 May 2024 17:48:05 +0000 (19:48 +0200)
commitce4f600ff350b79189f18c562ae5ff40f6c4148e
tree7819f38ca75308c3b9c44e692d6e63e81915c83b
parentd265af0ab6c6a04b688bfdfb2557638c07b4e419
splitter: 1.1.3 - Refined test & fixed a bug in the splitting-pattern

- The tests now sends messages for two users and asserts, that the
  messages are handled accordingly for each user.
- The test now send messages with german umlauts and other special german
  characters.
- Fixed a bug in the pattern, that is used for the spltting: language
  specific special characters were handled as non-word characters.
pom.xml
src/main/java/de/juplo/kafka/wordcount/splitter/SplitterStreamProcessor.java
src/test/java/de/juplo/kafka/wordcount/splitter/SplitterApplicationTests.java