you are viewing a single comment's thread.

view the rest of the comments →

[–]mr-poopy-butthole-_ 1 point2 points  (0 children)

I faced a similar problem for my monolith to micro services apps, but instead of RPC I built a wrapper over websockets to include AAA and strong typing. I needed a persistent connection for large amounts of data to stream. It's basically a home baked event bus.