demos/kafka/wordcount
4 weeks agotop10: 1.1.2 - (GREEN) Fixed implementation of `Ranking` top10-1.1.2
Kai Moritz [Sat, 25 May 2024 15:10:39 +0000 (17:10 +0200)]
top10: 1.1.2 - (GREEN) Fixed implementation of `Ranking`

4 weeks agotop10: 1.1.2 - (RED) Explicitly formulated expectations for `Ranking`
Kai Moritz [Sat, 25 May 2024 08:17:57 +0000 (10:17 +0200)]
top10: 1.1.2 - (RED) Explicitly formulated expectations for `Ranking`

4 weeks agotop10: 1.1.2 - (RED) `ToplogyTestDriver.close` must always be called
Kai Moritz [Mon, 27 May 2024 20:56:48 +0000 (22:56 +0200)]
top10: 1.1.2 - (RED) `ToplogyTestDriver.close` must always be called

* If the `TopologyTestDriver` is _not_ closed, it leaves behind the
  created RocksDB.
* Hence, the test will fail, if it changes state and expects a clean
  slate in the beginning.
* Therefore, the call to `close()` should happen in `@AfterEach`!

4 weeks agotop10: 1.1.2 - (RED) Added test, that asserts the expectated processing
Kai Moritz [Sat, 25 May 2024 14:59:42 +0000 (16:59 +0200)]
top10: 1.1.2 - (RED) Added test, that asserts the expectated processing

4 weeks agotop10: 1.1.1 - Upgraded Java & Kafka top10-1.1.1
Kai Moritz [Sat, 25 May 2024 14:56:31 +0000 (16:56 +0200)]
top10: 1.1.1 - Upgraded Java & Kafka

4 weeks agotop10: 1.1.0 - Simplified topology, using JsonSerde top10-1.1.0
Kai Moritz [Sun, 5 May 2024 12:55:17 +0000 (14:55 +0200)]
top10: 1.1.0 - Simplified topology, using JsonSerde

- Defined `JsonSerde` as default for keys and values.
- Removed the configuration of specific serdes from all steps of the
  processor-topology.
- Added type-mappings for serialization/deserialization.

6 weeks agotop10: 1.0.3 - Separated config in `Top10ApplicationConfiguration` -- ALIGN top10-1.0.3
Kai Moritz [Tue, 14 May 2024 21:04:50 +0000 (23:04 +0200)]
top10: 1.0.3 - Separated config in `Top10ApplicationConfiguration` -- ALIGN

6 weeks agotop10: 1.0.3 - Separated config in `Top10ApplicationConfiguration` -- COPY
Kai Moritz [Tue, 14 May 2024 21:02:55 +0000 (23:02 +0200)]
top10: 1.0.3 - Separated config in `Top10ApplicationConfiguration` -- COPY

7 weeks agotop10: 1.0.2 - Updated Spring Boot to `3.2.5` top10-1.0.2
Kai Moritz [Sun, 5 May 2024 09:16:37 +0000 (11:16 +0200)]
top10: 1.0.2 - Updated Spring Boot to `3.2.5`

2 years agotop10: 1.0.1 - changed default-port and exposed all actuator-endpoints top10-1.0.1
Kai Moritz [Sat, 16 Oct 2021 14:43:02 +0000 (16:43 +0200)]
top10: 1.0.1 - changed default-port and exposed all actuator-endpoints

2 years agotop10:1.0.0 - ranks first 10 mostly used words, keyed by user top10-1.0.0
Kai Moritz [Sat, 4 Sep 2021 15:20:44 +0000 (17:20 +0200)]
top10:1.0.0 - ranks first 10 mostly used words, keyed by user

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