I am trying to get events from two event stream to produce new stream, but I am lost as far as how to get that done using ES projections.
Both event types have same correlation Id and are coming from β$etβ streams . Is there handler that delivers these events as collection grouped by correlationId? I looked in documentation, but it is very terse, without any examples
Basically I want to takes these 2 type of events, extract data, and emit new stream.