NATS is the default eventing backend of SAP BTP, Kyma Runtime. If you haven't changed your eventing backend to SAP Event Mesh, then there are no additional steps required.
Optionally, use Kyma Eventing with SAP Event Mesh (only if you're not using a free tier or free trial BTP account).
Note: By default, Kyma clusters have an Eventing backend based on NATS. However, it is possible to switch this backend to SAP Event Mesh if you're not using a free tier or free trial BTP account.
-
Create a Subscription to receive events. The subscription custom resource is used to subscribe to events.
kubectl apply -f ./webhook-event-subscription/k8s/subscription.yaml
-
Verify that the subscription has been created in the cdc namespace.
kubectl get subscription -n cdc
🏠 |
---|