SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Learn about SAP Event Mesh

Learn about SAP Event Mesh, central concepts, and the benefits of decoupled communication and capabilities supported.

Overview

🎓 beginner 10 min. SAP Event MeshBeginnerNode JsJavaSAP Business Technology Platform

You will learn

  • โœ”What the SAP Event Mesh service is
  • โœ”What you can do with SAP Event Mesh
  • โœ”Messaging protocols and libraries
  • โœ”Basic messaging concepts
Unknown U Unknown November 1, 2022
Created by November 12, 2019
Contributors

Prerequisites

Steps

Step 1 What is the SAP Event Mesh service?
โ€”

SAP Event Mesh is a fully-managed service to connect applications, services, and systems so they can interact with each other through messages and events.

It replaces traditional point-to-point communication by introducing a central message broker. While point-to-point communication is fine for sharing data between a limited number of senders and receivers, scalability can quickly become an issue. SAP Event Mesh solves this issue and ensures messages can be exchanged reliably between senders and multiple receivers at large scale.

In addition, through the introduction of a message broker, you decouple communication between applications, services, and systems so that messages can be sent asynchronously (non-blocking). Asynchronous communication improves performance and scalability since senders are not slowed down or blocked while they wait for individual receivers to be online to receive direct messages.

Since SAP Event Mesh is responsible for message delivery, senders do not need to know which applications, services or systems will receive what data.

  • Sending applications are not slowed down by waiting for a non-critical response from receivers that might be offline and unable to receive and respond to a message as it is published.

  • Receiving applications can subscribe to messages of business importance and ensure to receive all relevant updates and can consume these messages at their own pace.

Step 2 Use cases
+
Step 3 Protocols and libraries
+
Step 4 Messaging concepts
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 4
1. What is the SAP Event Mesh service? 2. Use cases 3. Protocols and libraries 4. Messaging concepts

Learn more →