refactor: `storage` is not a sub-package of `persistence` - Moved classes
[demos/kafka/chat] / src / test / java / de / juplo / kafka / chat / backend / InMemoryWithMongoDbStorageIT.java
2024-01-27 Kai Moritzrefactor: `storage` is not a sub-package of `persistenc...
2023-01-25 Kai Moritzrefactor: Tried to simplify & clearify the naming of...
2023-01-25 Kai Moritztest: Added integration-test `InMemoryWithMongoDbStorageIT`