demos/kafka/wordcount
2 days agoTEST-STORE:GREEN top10
Kai Moritz [Thu, 30 May 2024 09:01:27 +0000 (11:01 +0200)]
TEST-STORE:GREEN

2 days agoWIP:TEST-store
Kai Moritz [Thu, 30 May 2024 09:50:56 +0000 (11:50 +0200)]
WIP:TEST-store

2 days agoFIX:RED
Kai Moritz [Sun, 26 May 2024 07:07:48 +0000 (09:07 +0200)]
FIX:RED

2 days agoIT:RED
Kai Moritz [Mon, 27 May 2024 21:32:49 +0000 (23:32 +0200)]
IT:RED

2 days agotop10: 1.2.0 - Switched the message-key from `String` to `User` top10-1.2.0
Kai Moritz [Tue, 28 May 2024 20:59:38 +0000 (22:59 +0200)]
top10: 1.2.0 - Switched the message-key from `String` to `User`

2 days agotop10: 1.1.3 - (GREEN) Implemented `Ranking.equals()` accordingly top10-1.1.3
Kai Moritz [Tue, 28 May 2024 19:03:11 +0000 (21:03 +0200)]
top10: 1.1.3 - (GREEN) Implemented `Ranking.equals()` accordingly

2 days agotop10: 1.1.3 - (RED) Formulated expectations for `Ranking.equals()`
Kai Moritz [Tue, 28 May 2024 18:29:18 +0000 (20:29 +0200)]
top10: 1.1.3 - (RED) Formulated expectations for `Ranking.equals()`

2 days 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`

2 days 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`

2 days 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`!

2 days 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

2 days 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

2 days 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.

2 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

2 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

3 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