demos/kafka/wordcount
10 days agosplitter: 1.1.5 - Updated Spring Boot to `3.2.5` splitter splitter-1.1.5
Kai Moritz [Sat, 4 May 2024 15:25:44 +0000 (17:25 +0200)]
splitter: 1.1.5 - Updated Spring Boot to `3.2.5`

11 days agosplitter: 1.1.4 - Moved code for config/init into `SplitterApplication` splitter-1.1.4
Kai Moritz [Sun, 5 Feb 2023 13:27:19 +0000 (14:27 +0100)]
splitter: 1.1.4 - Moved code for config/init into `SplitterApplication`

11 days agosplitter: 1.1.3 - Refined test & fixed a bug in the splitting-pattern splitter-1.1.3
Kai Moritz [Sun, 5 Feb 2023 10:47:56 +0000 (11:47 +0100)]
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.

11 days agosplitter: 1.1.2 - De-/Serialization are both using the default-serde splitter-1.1.2
Kai Moritz [Sun, 5 Feb 2023 11:18:18 +0000 (12:18 +0100)]
splitter: 1.1.2 - De-/Serialization are both using the default-serde

- Configured the default-serde for the expeced input and the intended output
- The configuration has to be supplied explicitly in the `Properties`,
  that are handed over during the instanciation of `KafkaStreams`.
- The `JsonDeserializer` needs the definition of a default-type for the
  value and position of trust for the class, that should be instanciated.
- The `JsonSerializer` should be advised to _not_ add the header
  `__TypeId__`, because it is not needed, if the topic only contains
  messages of a single type.

15 months agosplitter: 1.1.1 - The configured default-serde is used for serialization splitter-1.1.1
Kai Moritz [Sun, 5 Feb 2023 11:05:33 +0000 (12:05 +0100)]
splitter: 1.1.1 - The configured default-serde is used for serialization

- Dropped the specialized configuration for the serialization.
- This variant writes the unnecessary (becuase unused) header `__TypeId__`.

15 months agosplitter: 1.1.0 - Input/Output is expected/read as JSON splitter-1.1.0
Kai Moritz [Sat, 4 Feb 2023 10:13:50 +0000 (11:13 +0100)]
splitter: 1.1.0 - Input/Output is expected/read as JSON

- The input is mapped to the class `Recording`
- The output is mapped as class `Word`
- Added a test, that asserts, that the expected input can be read and the
  intended output is written.

15 months agosplitter: 1.0.1 - Upgraded Spring Boot 2.5.4 -> 3.0.2 splitter-1.0.1
Kai Moritz [Sat, 4 Feb 2023 10:05:09 +0000 (11:05 +0100)]
splitter: 1.0.1 - Upgraded Spring Boot 2.5.4 -> 3.0.2

- Fixed the changed package-naming (javax -> jakarta)
- Also switched from properties- to YAML-format

2 years agosplitter: 1.0.0 - splits up the recorded sentences into words splitter-1.0.0
Kai Moritz [Thu, 21 Oct 2021 20:06:21 +0000 (22:06 +0200)]
splitter: 1.0.0 - splits up the recorded sentences into words

2 years agocounter: 1.0.1 - changed default-port and exposed all actuator-endpoints counter-1.0.1
Kai Moritz [Sat, 16 Oct 2021 14:41:09 +0000 (16:41 +0200)]
counter: 1.0.1 - changed default-port and exposed all actuator-endpoints

2 years agowordcount:1.0.0 - counts words, keyed by username and word counter-1.0.0
Kai Moritz [Wed, 1 Sep 2021 20:31:01 +0000 (22:31 +0200)]
wordcount:1.0.0 - counts words, keyed by username and word