Skip to content

Remove enriched content before storing events to AggregateStorage #601

@armiol

Description

@armiol

Similar to #581, a storage of Aggregate event records also stores event enrichments, that aren't needed and take a lot of space.

This always happen in case an instance of Aggregate reacts upon an enriched Event and emits own events in response. Each of the emitted events references an original event context, which contains enrichments.

This should be addressed in a way, so that enrichments are removed before storing the event records for a particular Aggregate type.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions