Update Technical future / Andreas

Andreas Svanberg 2025-02-05 20:28:08 +01:00
parent b84251d3fc
commit 659933b842

@ -9,4 +9,5 @@
* Remove manual transaction handling inside workers (`AbstractWorker` base class)
* Make all notifications event-based rather than direct calls from other service methods
* Make event handling asynchronous (such that a failure or slowdown in an event consumer does not interfere with the event producer)
* Replay events if a consumer fails?
* Replay events if a consumer fails?
* Introduce automated [Checkstyle](https://checkstyle.org/) analysis with no allowed violations