refactor: RED - Refined success/error-handling for restore-operations
authorKai Moritz <kai@juplo.de>
Tue, 20 Feb 2024 15:12:00 +0000 (16:12 +0100)
committerKai Moritz <kai@juplo.de>
Thu, 22 Feb 2024 15:52:24 +0000 (16:52 +0100)
commit803a9193c8b1ad1ec68f1818fc091291a60c8f4c
treea01ad4cf215dbef3e050fe89cfa706ffd2162c87
parent47d4a54aaa1ce13180ab6fdad0569cf2d0851563
refactor: RED - Refined success/error-handling for restore-operations

* This innocent little change discloses a severe missconception in the
  implementation of the storage strategies.
* The call to `Mono.block()`, though not really changing the behaviour
  during the restore-process, triggers a sanity-check from
  io.projectractor.
src/main/java/de/juplo/kafka/chat/backend/implementation/inmemory/InMemoryChatMessageService.java
src/main/java/de/juplo/kafka/chat/backend/implementation/inmemory/SimpleChatHomeService.java