refactore: Renamed `PersistenceStrategy` to `ChatroomService` -- Rename
[demos/kafka/chat] / src / main / java / de / juplo / kafka / chat / backend / domain / Chatroom.java
2023-01-15 Kai Moritzrefactore: Renamed `PersistenceStrategy` to `ChatroomSe...
2023-01-15 Kai Moritzfix: The sink is recreated, if it gets canceled
2023-01-15 Kai Moritzfeat: The size buffer for listeners to a chatroom is...
2023-01-15 Kai Moritzfeat: The chats are stored as local json-files
2023-01-15 Kai Moritzrefactor: Moved persistence-logic into a pluggable...
2023-01-15 Kai Moritzrefactor: A `Message` now explicitly has a `MessageKey`
2023-01-15 Kai Moritzrefactor: Streamlined API of `Chatroom` - all return...
2023-01-15 Kai Moritzfeat: `Chatroom.getMessages()` is fully paginated ...
2023-01-15 Kai Moritzrefactor: Refined packaging (renamed packages and classes)
2023-01-15 Kai Moritzrefactor: Refined packaging (moved classes to new folde...