-
Hey @jfyne , Nice package, I've multiple questions if I may.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @dstpierre, I'm right in the middle of moving apartment so I'm answering on my phone.
Overall I would appreciate more eyes on the code, and discussion on design. Thanks for getting in touch! |
Beta Was this translation helpful? Give feedback.
Hi @dstpierre,
I'm right in the middle of moving apartment so I'm answering on my phone.
I've been mulling this around in my mind, thinking about how multiple instances (say on separate pods) would broadcast to each other. Sounds like your external event queue is of a similar class of problem. My immediate thoughts are around broadcast receiver and sender handler funcs. Although I am not clear how this would work in practice, I will need this soon too so I will likely be trying it out. I am very welcome to ideas if you have any.
We are replacing an angular frontend, interfacing with a GRPC backend. The amount of boilerplate is vastly reduced, the complexity of our stack is vastly redu…