neos / contentrepository-development-collection

Work in Progress on the Event Sourced Content Repository as installable set of packages
4 stars 9 forks source link

Remove namespaces from persisted events #220

Open bwaidelich opened 2 years ago

bwaidelich commented 2 years ago

The Neos.EventSourcing package suggests to use fully qualified namespaces for event type and streamName in order to allow one Event Store instance to be reused from multiple packages. We want to discourage that with the ESCR (#100) and as such the namespaces are superfluous.

Suggestion

Event Stream:

Neos.ContentRepository:ContentStream:f3c609d9-7b01-4a6f-8ca2-967b8947238f => ContentStream:f3c609d9-7b01-4a6f-8ca2-967b8947238f

Event Type:

Neos.EventSourcedContentRepository:ContentStreamWasCreated => ContentStreamWasCreated