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 09:28:35 +0000 (10:28 +0100)
commit32ba4288f64c27f8f33f26b2120b81089ccbae19
tree1ceb672a7c0cc04763e3e9c584996c83df6f9847
parent7b89f7ca18e08b31c4d9acf831934f91f61721c0
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