The bus keeps systems from needing to know about each other
-
Every direct integration ties together the release cycles of two systems: update one, and you have to revise the other.
-
With ten systems, that is up to 45 pairwise links, and any one of them can break with the next release.
-
The integration bus takes over the data exchange.
-
The source sends data once in its preferred format; the bus stores messages, transforms them, and delivers them to recipients.
-
Replacing or upgrading a system changes one adapter on the bus, not a cascade of pairwise integrations.
-
This is loose coupling, which DORA links to delivery speed and stability.

