From 74c96a552b204ae64707866937cdfedb4b0113dc Mon Sep 17 00:00:00 2001 From: Friedrich Wilken Date: Thu, 5 Oct 2023 16:12:53 +0200 Subject: [PATCH 1/2] add info about nats backend --- docs/user/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/README.md b/docs/user/README.md index 61412374..f1c4cc60 100644 --- a/docs/user/README.md +++ b/docs/user/README.md @@ -6,7 +6,7 @@ It observes the state of the NATS JetStream resources and reconciles its state a NATS is an infrastructure that enables the exchange of data in form of messages. JetStream is a distributed persistence system providing more functionalities and higher qualities of service on top of 'Core NATS'. For further information about NATS and NATS JetStream, consult the [Official NATS Documentation](https://docs.nats.io/). -Within Kyma, NATS is the backend needed for Eventing to process events and send them to subscribers. +Kyma Eventing can use NATS as a backend to process events and send them to subscribers. ## Documentation Overview From 349e6e2bab6a2b0dfd9661f983a7fcb654373906 Mon Sep 17 00:00:00 2001 From: Friedrich Wilken Date: Thu, 5 Oct 2023 16:22:50 +0200 Subject: [PATCH 2/2] replace 'resources' with 'cluster' --- docs/user/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/README.md b/docs/user/README.md index f1c4cc60..f8bb73a2 100644 --- a/docs/user/README.md +++ b/docs/user/README.md @@ -1,7 +1,7 @@ # NATS Manager Module This module ships the NATS Manager, which is responsible for managing the lifecycle of a [NATS JetStream](https://docs.nats.io/nats-concepts/jetstream) deployment. -It observes the state of the NATS JetStream resources and reconciles its state according to the desired state. +It observes the state of the NATS cluster and reconciles its state according to the desired state. NATS is an infrastructure that enables the exchange of data in form of messages. JetStream is a distributed persistence system providing more functionalities and higher qualities of service on top of 'Core NATS'. For further information about NATS and NATS JetStream, consult the [Official NATS Documentation](https://docs.nats.io/).