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:49:52 +0000 (10:49 +0100)
commit82adf16c020d38ddfef14681997227efe965025b
tree9d33425427e3712be1e028c34875fd46a29a7fec
parent0eea18f0e90e71b5b2a5d2461ab9ea528ad6e0a1
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