splitter: 1.1.3 - Refined test & fixed a bug in the splitting-pattern
authorKai Moritz <kai@juplo.de>
Sun, 5 Feb 2023 10:47:56 +0000 (11:47 +0100)
committerKai Moritz <kai@juplo.de>
Sun, 5 Feb 2023 13:41:29 +0000 (14:41 +0100)
commit520528638e7487c845d7fb0f39066ce7d249297b
tree6dfffd9615dc62a27364139476317b836f146e10
parentf132033a6793fc566962a4361d7d0a0e852b0f82
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.
src/main/java/de/juplo/kafka/wordcount/splitter/SplitterStreamProcessor.java
src/test/java/de/juplo/kafka/wordcount/splitter/SplitterApplicationTests.java