is it possible to subscribe to a projection, such that I can tell when streams of a certain category are created. i.e.
if i have no streams and I append (expected version any) to:
cat-1
cat-2
cat-3
i will be notified that these streams are created
thanks,