May 9, 2023
I've never quite understood why some people think that events and requests are mutually exclusive. Some problems are better served by one and some problems by the other. Does the problem need an immediate response or not.
For over 10 years my teams have been using actor-model services that process messages. Those messages can be REST requests or Event Carried State Transfer events. We use message orchestrators to deliver both.