refactor: `storage` is not a sub-package of `persistence` - Aligned code
[demos/kafka/chat] / src / test / java / de / juplo / kafka / chat / backend / persistence / kafka /
2024-01-27 Kai Moritzrefactor: `ChatHome` is a service - Aligned code
2024-01-27 Kai Moritzrefactor: `ChatHome` is a service - Moved classes
2024-01-27 Kai Moritztest: Added tests for a chat-home _with_ shards
2024-01-27 Kai Moritztest: Added tests for a chat-home (without shards)
2024-01-26 Kai Moritzfeat: first runnable implementation, that is based...