must be the first event from the connecting producer,
the producer must then not start emitting events until
it sees a ConsumerEventStart
Retrieve the timestamp of a specific event.
Response to EventTimestampRequest
.
Exclude events for entities with the given entity ids,
unless there is a matching include filter that overrides the exclude.
Exclude events for entities with entity ids matching the given regular expressions,
unless there is a matching include filter that overrides the exclude.
Exclude events with any of the given tags, unless there is a
matching include filter that overrides the exclude.
Add filter criteria to exclude and include events for matching entities.
Events that are filtered out are represented by this
placeholder to be able to track sequence numbers without holes.
Include events for entities with the given entity ids. A matching include overrides
a matching exclude.
Include events for entities with entity ids matching the given regular expressions.
A matching include overrides a matching exclude.
Include events with any of the given tags. A matching include overrides
a matching exclude.
Include events with any of the given matching topics. A matching include overrides
a matching exclude.
The first message must always be this InitReq to setup the stream.
It can only be used as the first message.
Lazy loading of a specific event. Used when payload for a backtracking event
is needed.
Response to LoadEventRequest
.
Remove a previously added ExcludeEntityIds
.
Remove a previously added ExcludeRegexEntityIds
.
Remove a previously added ExcludeTags
.
Remove a previously added IncludeEntityIds
.
Remove a previously added IncludeRegexEntityIds
.
Remove a previously added IncludeTags
.
Remove a previously added IncludeTopics
.
Replay events for given entities.
Used for Replicated Event Sourcing to filter events based on origin.
For edge topologies, like star topologies, an edge replica is not connected
to all other replicas, but should be able to receive events indirectly via
the replica that it is consuming from.