You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for linking appended events to streams using optional, built-in streams. This allows subscriptions to be created for a subset of all events (e.g. events of a given aggregate type, or event type, or by correlation id).
Category
Appending an event to a stream named "account-1234" would link the event to a stream named "$category-account".
Event type
Appending an AccountRegistered event to a stream would link the event to a stream named "$event-AccountRegistered".
Correlation id
Appending an event with a correlation id of "3ceb8ff0-95d7-45f1-8b6f-90b19c0db663"would link the event to a stream named "$correlation-3ceb8ff0-95d7-45f1-8b6f-90b19c0db663".
The text was updated successfully, but these errors were encountered:
Add support for linking appended events to streams using optional, built-in streams. This allows subscriptions to be created for a subset of all events (e.g. events of a given aggregate type, or event type, or by correlation id).
Category
Appending an event to a stream named
"account-1234"
would link the event to a stream named"$category-account"
.Event type
Appending an
AccountRegistered
event to a stream would link the event to a stream named"$event-AccountRegistered"
.Correlation id
Appending an event with a correlation id of
"3ceb8ff0-95d7-45f1-8b6f-90b19c0db663"
would link the event to a stream named"$correlation-3ceb8ff0-95d7-45f1-8b6f-90b19c0db663"
.The text was updated successfully, but these errors were encountered: