The event service in Kyma runtime supports two backends: NATS and SAP Event Mesh. Learn how to set up your preferred eventing backend.
-
You have added the Kyma Eventing module. See Add and Delete a Kyma Module.
-
If you want to use NATS, you have added the Kyma NATS module.
-
If you want to use SAP Event Mesh, you have configured it for Kyma Eventing. See Configure SAP Event Mesh for Kyma Eventing.
You can send and receive events in Kyma with the built-in eventing infrastructure. By default, Kyma clusters have no eventing backend defined. You must set up an eventing backend, either based on the NATS technology or SAP Event Mesh.
-
Log in to Kyma dashboard. The URL is in the Overview section of your subaccount.
-
Go to the
kyma-system
namespace. -
Go to Kyma > Eventing, open the
eventing
resource, and choose Edit. -
Under Backend Type, select your preferred backend.
-
If you selected EventMesh, go to Event Mesh Secret, and select the namespace and name of your SAP Event Mesh service binding.
If you selected NATS, make sure the Kyma NATS module is enabled.
-
Choose Save.
You have set up your eventing backend for Kyma.
If you want to choose another backend, edit the eventing
resource again, select the preferred backend, and save your changes.
You can no longer return to an empty eventing backend.
Learn more about the Kyma Eventing Module and follow the Eventing Tutorials.
Related Information