1. SAP Help Portal
SAP Integration Suite
What Is SAP Event Mesh?: "SAP Event Mesh is a fully managed cloud service that allows applications to communicate through asynchronous events. ... Build event-driven architectures to extend your solution and create a responsive and interconnected application landscape." This document directly links event-driven architecture with asynchronous communication for notifications (events).
2. SAP Help Portal
Cloud Integration
Asynchronous Message Processing: "In an asynchronous scenario
the sender sends a message to the receiver and does not wait for a response message. The sender can continue with its own processing after it has sent the message." This defines the core asynchronous principle that event-driven design implements.
3. SAP Discovery Center
SAP Integration Suite
Service Description: Under the capabilities of SAP Integration Suite
it lists "Event-driven integration" as a key feature. The description states: "Connect applications
services
and systems across different landscapes with events. React to business events in real time and create responsive
event-driven applications." This confirms that event-driven design is the sanctioned SAP approach for this use case.