Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add info about NATS backend #165

Merged
merged 2 commits into from
Oct 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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