In some environments where a transactional data store is present, it might be useful if event processing is wrapped in a transaction that ensures that whatever you do will happen under its protected cover. So exceptions could be used inside event handlers to rollback the transaction.
Since different apps will use very different data-stores, we might consider that transaction support is out of the scope of eventwire.
In some environments where a transactional data store is present, it might be useful if event processing is wrapped in a transaction that ensures that whatever you do will happen under its protected cover. So exceptions could be used inside event handlers to rollback the transaction.
Since different apps will use very different data-stores, we might consider that transaction support is out of the scope of eventwire.