feat: Reintroduced `ChatRoom.shard`, becaus it is needed as a routing-hint
[demos/kafka/chat] / src / test / java / de / juplo / kafka / chat / backend / domain / SimpleChatHomeTest.java
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 Moritzrefactor: Made `SimpleChatHome` an implementation of...