Skip to content

SAP Integration Suite, Advanced Event Mesh #1871

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
May 28, 2025
21 changes: 21 additions & 0 deletions java/messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,27 @@ cds:

Support for SAP Cloud Application Event Hub is provided via [plugin](../plugins/#event-hub).

#### Configuring SAP Integration Suite, Advanced Event Mesh Support <Beta />:
{ #configuring-advanced-event-mesh-support}

::: code-group
```xml [srv/pom.xml]
<dependency>
<groupId>com.sap.cds</groupId>
<artifactId>cds-feature-advanced-event-mesh</artifactId>
<version>${version}</version>
</dependency>
```
```yaml [srv/src/main/resources/application.yaml]
cds:
messaging.services:
- name: "messaging-name"
kind: "aem"
```
:::

[Support for SAP Integration Suite, advanced event mesh is provided via plugin.](../plugins/#advanced-event-mesh){.learn-more}

<span id="beforeredispubsub" />

#### Configuring Redis PubSub Support <Beta />: { #configuring-redis-pubsub-support-beta}
Expand Down
1 change: 1 addition & 0 deletions menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,4 @@
## [Open Resource Discovery](plugins/#ord-open-resource-discovery)
## [CAP Operator for K8s](plugins/#cap-operator-plugin)
## [SAP Cloud Appl. Event Hub](plugins/#event-hub)
## [Advanced Event Mesh](plugins/#advanced-event-mesh)
10 changes: 10 additions & 0 deletions node.js/messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,16 @@ Use this if you want to communicate using [SAP Cloud Application Event Hub](http
The integration with SAP Cloud Application Event Hub is provided using the plugin [`@cap-js/event-broker`](https://github.com/cap-js/event-broker).
Please see the plugin's [setup guide](https://github.com/cap-js/event-broker/blob/main/README.md#setup) for more details.

### SAP Integration Suite, Advanced Event Mesh <Beta />
{ #advanced-event-mesh }

`kind`: `advanced-event-mesh`

Use this if you want to communicate using [SAP Integration Suite, advanced event mesh](https://help.sap.com/docs/event-broker).

The integration with SAP Integration Suite, advanced event mesh is provided using the plugin [`@cap-js/advanced-event-mesh`](https://github.com/cap-js/advanced-event-mesh).
Please see the plugin's [setup guide](https://github.com/cap-js/advanced-event-mesh/blob/main/README.md#setup) for more details.

<div id="queuing-sap" />

<div id="kafka-sap" />
Expand Down
6 changes: 4 additions & 2 deletions plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,16 +389,18 @@ Available for:
[![Node.js logo](../assets/logos/nodejs.svg){style="height:2.5em; display:inline; margin:0 0.2em;"}](https://github.com/cap-js/event-broker#readme)
[![Java logo](../assets/logos/java.svg){style="height:3em; display:inline; margin:0 0.2em;"}](https://github.com/cap-java/cds-feature-event-hub#readme)


## SAP Integration Suite, Advanced Event Mesh <Beta />
{#advanced-event-mesh}
## SAP Integration Suite, advanced event mesh <Beta />

[SAP Integration Suite, advanced event mesh](https://www.sap.com/germany/products/technology-platform/integration-suite/advanced-event-mesh.html) allows you to, amongst others, integrate non-SAP systems into your event-driven architecture.
[SAP Integration Suite, advanced event mesh](https://www.sap.com/products/technology-platform/integration-suite/advanced-event-mesh.html) allows you to, amongst others, integrate non-SAP systems into your event-driven architecture.

Available for:

[![Node.js logo](../assets/logos/nodejs.svg){style="height:2.5em; display:inline; margin:0 0.2em;"}](https://github.com/cap-js/advanced-event-mesh#readme)
[![Java logo](../assets/logos/java.svg){style="height:3em; display:inline; margin:0 0.2em;"}](https://github.com/cap-java/cds-feature-advanced-event-mesh#readme)


## ABAP RFC

The `@sap/cds-rfc` plugin allows to import the API of RFC-enabled function modules from
Expand Down