feat: first runnable implementation, that is based on Kafka
[demos/kafka/chat] / src / test / java / de / juplo / kafka / chat / backend / persistence / InMemoryWithMongoDbStorageIT.java
2023-02-17 Kai Moritzrefactor: DRY for the configuration of the `AbstractSto...
2023-02-17 Kai Moritzrefactor: Refined the configuration of `AbstractStorage...
2023-01-25 Kai Moritztest: Added a test that assers disjunct chatrooms
2023-01-25 Kai Moritzfeat: Reintroduced `ChatRoom.shard`, becaus it is neede...
2023-01-25 Kai Moritzrefactor: A `ChatRoom` does not have to remember its...
2023-01-25 Kai Moritzrefactor: Pulled business-logic into class `ShardedChat...
2023-01-25 Kai Moritzfeat: Introduced a kafka-like `ShardingStrategy` for...
2023-01-25 Kai Moritzrefactor: Tried to simplify & clearify the naming of...