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: docs/quick-start.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Getting started with `kafka-gitops` is simple. For this tutorial, we will assume
5
5
- You have installed the `kafka-gitops` command as [described here](/installation.md).
6
6
- You have a kafka cluster running on `localhost:9092`.
7
7
8
-
!> **NOTE**: If you desire to use this with Confluent Cloud, read our [Confluent Cloud page][ccloud].
8
+
!> **NOTE**: If you desire to use this with Confluent Cloud, read our [Confluent Cloud page][confluent].
9
9
10
10
## Desired State File
11
11
@@ -147,7 +147,7 @@ org.apache.kafka.common.errors.PolicyViolationException: Topic replication facto
147
147
148
148
Congrats! You've successfully started using GitOps strategies to manage your cluster. If you have security on your cluster, read the [services][services] page to start defining services.
Copy file name to clipboardExpand all lines: docs/specification.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,15 @@ The desired state file consists of:
19
19
20
20
**Options**:
21
21
22
-
-**ccloud**[Optional]: An object which contains an `enabled` field. Set this to true if using a Confluent Cloud cluster.
22
+
-**confluent**[Optional]: An object which contains an `enabled` field. Set this to true if using a Confluent Cloud cluster.
23
23
-**topics**[Optional]:
24
24
-**defaults**[Optional]: Specify topic defaults so you don't need to specify them for every topic in the state file. Currently, only replication is supported.
25
25
-**blacklist**[Optional]: Add a prefixed topic blacklist for ignoring specific topics when using `kafka-gitops`. This allows topics to be ignored from being deleted if they are not defined in the desired state file.
0 commit comments