refactor: Simplified `StorageStrategy`
authorKai Moritz <kai@juplo.de>
Tue, 20 Feb 2024 06:47:22 +0000 (07:47 +0100)
committerKai Moritz <kai@juplo.de>
Tue, 20 Feb 2024 06:59:23 +0000 (07:59 +0100)
commite7c8b3de1be5fb6546ed186b5f98264b9a563155
tree6c7871d763333d5afa5e67168f2aa75176477687
parentaa32b5526095ab031def88d0ef5938322c379f06
refactor: Simplified `StorageStrategy`

* Reconfigurable success/error-logging was introduced for
  `NoStorageStorageStrategy`.
* But as it turns out, this strategy can simply apply its logging in the
  overwritten method, that disables the whole storing-logic.
* Hence, the interface was greatly simplified again, by removing this
  ununsed mechanism.
src/main/java/de/juplo/kafka/chat/backend/implementation/StorageStrategy.java