ecotone-dev
ecotone-dev copied to clipboard
Add Source Aggregate Id to Events
Description
Currently after Event is published, we don't have information where the event came from. This can be found as side effect under _aggregate_id when Event Sourcing is used. We can make this solution generic and apply for all ES and non ES solution a Message Header source_aggregate_id, so the behaviour is the same.