Hi
When reading all events from a category projection is it possible to filter out events belonging to a deleted stream?
Thanks.
Hi
When reading all events from a category projection is it possible to filter out events belonging to a deleted stream?
Thanks.
I see now that all deleted events have type ‘$>’. Is this something that I can count on?
$> is for link events, not for deleted ones.
Are you using the atom api? That’s the same behavior we are seeing. When a stream was deleted its events show up as $> in category projection streams.
$> is just a linked event not a deleted event. The category stream writes links to events.