Le Rutabaga
Multiple kv connections in deno deploy
Hey guys,
New to Deno & deno deploy 🤗 !
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
listenQueue
on their own, or one bundled deployment listeners
that route with if/else
.
To my understanding latter approach is probably best since I believe that would route all events to all listeners just to be discarded.
Thanks !1 replies