I'm trying to understand if I can create a subhosting deployment with its own databases created with the API, so that this subhosting deployment get its own queue / store then push data into a main kv.
I have hints that instead it is not possible (reading the doc, or this issue). Is it the case ? If it is, I should probably gen deployments that do listenQueuelistenQueue on their own, or one bundled deployment listenerslisteners that route with if/elseif/else. To my understanding latter approach is probably best since I believe that would route all events to all listeners just to be discarded.