How I Taught My Services to Talk to Each Other (Without a Message Broker)
So, picture this. You've built a slick Go service. It takes some data from Azure Blob Storage, does some heavy lifting to compile it into a regexp object, and uses that for string matching. The compilation is the slow part, so you, being the clever developer you are,