Hey
Is there any way to get the data from the linkTo event in a projection that is processing these events? All I can see in the debugger is the original event (data + metadata). Even if I explicitly specify metadata in linkTo call this information is not available in a downstream projection. I need this kind of info to decide where to link the events in the next stage of processing.
Szymon