Key Concepts: EDA - usil/eventhos GitHub Wiki

EDA Event Driven Architecture

A EDA lets us have a real-time iteration with all of the systems of our enterprise. This is done by events that events that pass for a message broker (some sort of delivery middleware) and then get delivered to the subscribed services. Some of the advantages of an EDA are:

  • Hight Scalability
  • Faster data delivery.
  • Reduces the time to implement a new service.