we see an event being broadcast from
the Customer microservice, informing
interested parties that a new customer
has registered with the system.
• Two of the downstream
microservices, Loyalty and Notifications
• The Loyalty microservice reacts to
receiving the event by setting up an
account for the new customer so that they
can start earning points
• The Notifications microservice sends an
email to the newly registered customer
welcoming them to the wondrous delights
of MusicCorp
https://microservices.io/patterns/data/event-driven-architecture.html