You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/cockroachdb-tls-ingress/README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ This will guide you through setting up a complete example SpiceDB cluster:
5
5
- Managed by the operator
6
6
- With multiple nodes that dispatch to each other (with TLS)
7
7
- With a cockroachdb backing datastore
8
+
- With the Watch API enabled (via CockroachDB rangefeeds)
8
9
- With ingress (and TLS)
9
10
10
11
## Configure Root CA
@@ -110,6 +111,19 @@ EOF
110
111
zed schema read
111
112
```
112
113
114
+
## Watch API
115
+
116
+
The CockroachDB configuration in this example enables [rangefeeds], which are required for the SpiceDB [Watch API]. A Kubernetes Job runs automatically to set `kv.rangefeed.enabled = true` on the CockroachDB cluster.
117
+
118
+
You can verify rangefeeds are enabled by checking the CockroachDB cluster setting:
0 commit comments