-
In your BTP subaccount, select
Entitlements
->Configure Entitlements
. -
Select
Add Service Plans
. -
Search for
Event Mesh
. Then, select itsdefault
andstandard (Application)
plans and selectAdd 2 Service Plans
. -
Save your changes by selecting
Save
.
-
Go to your Kyma workspace and select
Namespaces
. Then, select your namespace. For example, select thecdc
namespace. -
Select
Service Management
->BTP Service Instances
and selectCreate Service Instance +
. -
Enter the name of the instance as
enterprise-messaging-client-1
, theOffering Name
asenterprise-messaging
, thePlan Name
asdefault
. Then, select the YAML tab. -
Within the YAML tab, add the parameters listed in the next step.
-
Copy and paste the following JSON code snippet into the parameters field.
{ "options": { "management": true, "messagingrest": true, "messaging": true }, "rules": { "topicRules": { "publishFilter": [ "${namespace}/*" ], "subscribeFilter": [ "${namespace}/*" ] }, "queueRules": { "publishFilter": [ "${namespace}/*" ], "subscribeFilter": [ "${namespace}/*" ] } }, "version": "1.1.0", "emname": "enterprise-messaging-client-1", "namespace": "default/sap.kyma.custom/cdc.1" }
-
Review the JSON code snippet to ensure that the value of
emname
is the same as the instance name. Then, select Create. -
Wait for the status of the service instance to change to
PROVISIONED
. Then, selectService Management
->BTP Service Bindings
and selectCreate Service Binding +
. -
For
Name
enterenterprise-messaging-client-1-binding
and forService Instance Name
, selectenterprise-messaging-client-1
. Then, selectCreate
.
-
After the previous step, wait for the status of the service instance binding to change to
PROVISIONED
. Then, select the service binding. For example,enterprise-messaging-client-1-binding
. -
Select the secret.
-
Select
Edit
to edit the secret. -
Select the
YAML
tab. -
Enter the following YAML code snippet to add the
kyma-project.io/eventing-backend: beb
label to the Secret. Then, selectUpdate
.labels: kyma-project.io/eventing-backend: beb
Note: The following steps are optional and allow you to view, manage and monitor the SAP Event Mesh Enterprise Messaging application within your SAP BTP cockpit.
-
Within your BTP subaccount, go to Services > Service Marketplace, search for Event Mesh and click Create.
-
Select the standard plan and click create.
-
Assign the required Role Collections to the admin user. In your BTP subaccount, select
Security
->Users
. Search for your user. Then, select the right arrow below the `Actions' column. -
Scroll down and click on the three dots below
Role Collections
. Then selectAssign Role Collection
. -
Select all the following options and select
Assign Role Collection
.- Enterprise Messaging Administrator
- Enterprise Messaging Developer
- Enterprise Messaging Display
- Enterprise Messaging Subscription Administrator
- Event Mesh Integration Administrator
-
Go to
Services
->Instances and Subscriptions
and select theEvent Mesh
application. -
Select
kyma-enterprise-messaging-client
. -
Navigate through the various tabs and explore the user interface of the SAP Event Mesh Enterprise Messaging application.
🏠 |
---|