I want to convert a stream processor from using a custom projection merging multiple streams, to a subscribing to the $all stream.
Since I don’t want to play through the whole thing, I want to start at the end of the $all stream.
How do I find that position? I thought I would just use readAllStreamBackward, but that forces me to provide a position, which defeats the purpose.