Why?
Sometimes processing of events loaded from the database may be pretty complex (i.e. requiring another call to the database in order to retrieve the PII secret key). In order to allow conflict-free processing we need to load events from the database first and then process them. Also in order to allow processors to perform external calls and more advanced logic we need to pass a request context to the mappers.
Why? Sometimes processing of events loaded from the database may be pretty complex (i.e. requiring another call to the database in order to retrieve the PII secret key). In order to allow conflict-free processing we need to load events from the database first and then process them. Also in order to allow processors to perform external calls and more advanced logic we need to pass a request context to the mappers.
Tests Existing tests were adjusted.