From the course: Microservices: Asynchronous Messaging

Unlock the full course today

Join today to access over 24,600 courses taught by industry experts.

Hybrid events

Hybrid events

- [Instructor] One benefit of the asynchronous model is that your hands aren't tied into a particular pattern and hybrids are a very real possibility. The fact that you are not tied makes the hybrid event driven system not only possible, but highly efficient. This is actually how my GDPR workflow was built that I discussed earlier. In this model, you still have a centralized command and control structure for your system as a whole, but when the need arises, you can dispatch choreographed events to remote systems. They in turn can either stay choreographed or convert back to an internal command and control structure. Work gets done, and if you do it right, the original command and control knows when everything is finished, either directly in line or via some other polling mechanism. Again, this is a system I have built and is highly efficient at what it does. The centralized command and control directs all traffic…

Contents