Skip to content

[archive] old event hub docs #1748

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions guides/messaging/event-broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ The following guide is based on a productive (paid) account on SAP BTP.

## Consuming Events in a Stand-alone App { #consume-standalone }

<!-- Event Hub non-SaaS -->

This guide describes the end-to-end process of developing a stand-alone (or "single tenant") CAP application that consumes messages via SAP Cloud Application Event Hub.
The guide uses SAP S/4HANA as the event emitter, but this is a stand-in for any system that is able to publish CloudEvents via SAP Cloud Application Event Hub.

Expand Down
2 changes: 2 additions & 0 deletions guides/messaging/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,8 @@ Find additional information about deploying SAP Event Mesh on SAP BTP in this gu

## [Using SAP Cloud Application Event Hub](./event-broker) {#sap-event-broker}

<!-- Event Hub Root -->

CAP has growing out-of-the-box support for SAP Cloud Application Event Hub.
As an application developer, all you need to do is configuring CAP to use `event-broker`, as in this excerpt from a _package.json_:

Expand Down
2 changes: 2 additions & 0 deletions node.js/messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,8 @@ If you enable the [cors middleware](https://www.npmjs.com/package/cors), [handsh

### SAP Cloud Application Event Hub <Beta/> { #event-broker }

<!-- Event Hub non-SaaS -->

`kind`: `event-broker`

Use this if you want to communicate using [SAP Cloud Application Event Hub](https://help.sap.com/docs/event-broker).
Expand Down
2 changes: 2 additions & 0 deletions plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,8 @@ Available for:

## SAP Cloud Application Event Hub {#event-broker-plugin}

<!-- Event Hub Plugin -->

The plugin provides out-of-the-box support for consuming events from [SAP Cloud Application Event Hub](https://discovery-center.cloud.sap/serviceCatalog/sap-event-hub) -- for example emitted by SAP S/4HANA Cloud -- in stand-alone CAP applications.

```js
Expand Down