Update Technical future / Andreas

Andreas Svanberg 2025-02-05 20:16:12 +01:00
parent d954dce49d
commit b84251d3fc

@ -7,4 +7,6 @@
* Move repository implementations to their own module and isolate Jakarta Persistence API to their implementations.
Keep repository interfaces in `core`
* 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?