counter: Fixed a bug in the logic of the assertions for the expected state
authorKai Moritz <kai@juplo.de>
Sun, 12 Feb 2023 14:12:08 +0000 (15:12 +0100)
committerKai Moritz <kai@juplo.de>
Sun, 12 Feb 2023 14:12:08 +0000 (15:12 +0100)
commit5cd9820a79e83dc9217072edb609965f337bc197
treede32cb72913203b35b680f6442d3b96adb4832cd
parent80c7a5b7c0e171a8c442162cce81d1ec4148726b
counter: Fixed a bug in the logic of the assertions for the expected state

- Each combination of a user and a word is a uniq key.
- Since the ordering is only guaranteed for messages, with the same key,
  no expectations can be made according the ordering of messages with
  different keys!
src/test/java/de/juplo/kafka/wordcount/counter/TestData.java