neos / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
https://www.neos.io/
GNU General Public License v3.0
260 stars 221 forks source link

Add `workspaceName` to relevant events #4996

Closed bwaidelich closed 4 months ago

bwaidelich commented 5 months ago

With #4694 we made an important step towards internalizing the concept of content streams. But so far, in the events we only include the resolved contentStreamId.

As a result, projections and catchUpHooks have to keep track/load the corresponding workspace. Instead we should include the workspaceName in the corresponding event payloads, not to lose the information about that original intend

Notes

Related: #4694