Hi all,
I’m in a situation where I am writing to a stream for all user events but have projections enabled so a stream is created per user id. If a new user is added to the system hence a stream for that user doesn’t exist before I write the first
event, what would happen if I subscribed to that non-existent stream—I need to wait for an event to be written to the new users stream before returning to the caller, is this possible?
Any help appreciated.
Kind regards
Sean.