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

docs: (WIP) Self-hosted realtime docs #4836

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
formatting is hard
rolodato committed Dec 10, 2024
commit 698dacedc51c1e2c25c78ee15e0f95b1db861e26
2 changes: 1 addition & 1 deletion docs/docs/deployment/hosting/real-time.md
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ We assume you already have the [Flagsmith API](/deployment/hosting/locally-api.m
Real-time flags require additional infrastructure that your Flagsmith deployment will use:

- **Server-sent events (SSE) service containers**, running the private
- [`flagsmith/sse`](https://hub.docker.com/repository/docker/flagsmith/sse) Docker image (tag `v4.0.0-beta` or later).
[`flagsmith/sse`](https://hub.docker.com/repository/docker/flagsmith/sse) Docker image (tag `v4.0.0-beta` or later).
These serve the real-time endpoint that Flagsmith clients can connect to.
- A **[NATS](https://docs.nats.io/)** cluster with persistent storage, which guarantees at-least-once delivery for
updates.