Allow one cluster to mirror another. Could be similar to read-only replica, but instead of a single node that is known to the source cluster, the mirror would be a read-only replicated cluster. One use of it is to enable faster reads. If the "oper...
The idea is to rewrite the chunk file after it stops accepting writes, so it can handle reads better. Re-sort events in closed chunks to group events of the same stream together for efficient IOPS use. Could also save having to repeat the stream n...
In the old web UI I can easily view the streams and navigate by clicking on them.
If I have one single stream called BusinessAggregate-00000000000000000000000000000001
I can see it on the Stream Browser.
Here, in the navigator UI, it's not showin...