hi
is there a reason for https://github.com/EventStore/EventStore/blob/release-v4.0.0/src/Protos/ClientAPI/ClientMessageDtos.proto#L311 not being a repeated field?
I was under the impression, it should be possible to “join” streams into one with a subscription.
What i am trying to do, is something like
fromStreams(["type-InventoryItemDeactived", "type-InventoryItemCreated"]).when( ... )
``
mentioned here https://geteventstore.com/blog/20130210/the-cost-of-creating-a-stream/.
cu uwe