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
{{ message }}
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
At the moment we are using https://eventstore.org/ we are making using the default projects. This means that we can replay a stream by
Event Store ships with four built in projections.
By Category ($by_category)
By Event Type ($by_event_type)
By Correlation ID ($by_correlation_id)
Stream by Category ($stream_by_category)
Streams ($streams)
example: $ce-Customer This will contain all the events.
$et-CustomerCreated This stream will only contain that type of event
Customer-12345 This stream will contain the events only for that customer
We heavily rely on replaying streams as other microservices react to other events. We are doing CQRS ES
The text was updated successfully, but these errors were encountered:
At the moment we are using https://eventstore.org/ we are making using the default projects. This means that we can replay a stream by
Event Store ships with four built in projections.
By Category ($by_category)
By Event Type ($by_event_type)
By Correlation ID ($by_correlation_id)
Stream by Category ($stream_by_category)
Streams ($streams)
example: $ce-Customer This will contain all the events.
$et-CustomerCreated This stream will only contain that type of event
Customer-12345 This stream will contain the events only for that customer
We heavily rely on replaying streams as other microservices react to other events. We are doing CQRS ES
The text was updated successfully, but these errors were encountered: