demos/kafka/wordcount
18 hours agoWIP:RED top10
Kai Moritz [Tue, 28 May 2024 17:19:33 +0000 (19:19 +0200)]
WIP:RED

18 hours agoWIP:RED
Kai Moritz [Tue, 28 May 2024 17:19:06 +0000 (19:19 +0200)]
WIP:RED

20 hours agoWIP:RED
Kai Moritz [Tue, 28 May 2024 15:37:49 +0000 (17:37 +0200)]
WIP:RED

37 hours agoWIP:RED
Kai Moritz [Mon, 27 May 2024 22:28:19 +0000 (00:28 +0200)]
WIP:RED

37 hours agoWIP:RED
Kai Moritz [Mon, 27 May 2024 22:27:41 +0000 (00:27 +0200)]
WIP:RED

37 hours agoWIP:RED
Kai Moritz [Mon, 27 May 2024 22:25:37 +0000 (00:25 +0200)]
WIP:RED

37 hours agoWIP:RED
Kai Moritz [Mon, 27 May 2024 22:24:10 +0000 (00:24 +0200)]
WIP:RED

37 hours agoWIP:RED
Kai Moritz [Mon, 27 May 2024 22:22:16 +0000 (00:22 +0200)]
WIP:RED

37 hours agoWIP:RED
Kai Moritz [Mon, 27 May 2024 22:11:04 +0000 (00:11 +0200)]
WIP:RED

37 hours agoWIP:RED
Kai Moritz [Mon, 27 May 2024 22:09:00 +0000 (00:09 +0200)]
WIP:RED

37 hours agoWIP:RED
Kai Moritz [Mon, 27 May 2024 22:08:02 +0000 (00:08 +0200)]
WIP:RED

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

37 hours agoWIP:RED
Kai Moritz [Mon, 27 May 2024 22:00:40 +0000 (00:00 +0200)]
WIP:RED

37 hours agoWIP:RED
Kai Moritz [Mon, 27 May 2024 21:42:38 +0000 (23:42 +0200)]
WIP:RED

37 hours agoWIP:RED
Kai Moritz [Mon, 27 May 2024 21:34:10 +0000 (23:34 +0200)]
WIP:RED

37 hours agoWIP:RED
Kai Moritz [Mon, 27 May 2024 21:32:49 +0000 (23:32 +0200)]
WIP:RED

38 hours 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`

38 hours 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`

38 hours agotop10: `ToplogyTestDriver.close` must always be called
Kai Moritz [Mon, 27 May 2024 20:56:48 +0000 (22:56 +0200)]
top10: `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`!

38 hours 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

3 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

3 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