Skip to content

Commit

Permalink
add info about NATS backend (#165)
Browse files Browse the repository at this point in the history
* add info about nats backend

* replace 'resources' with 'cluster'
  • Loading branch information
friedrichwilken authored Oct 10, 2023
1 parent 271a41e commit 445afc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 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/).

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

Expand Down

0 comments on commit 445afc1

Please sign in to comment.