Skip to content

Commit

Permalink
Update comments for vale
Browse files Browse the repository at this point in the history
Signed-off-by: Mirjam Aulbach <[email protected]>
  • Loading branch information
programmiri committed Nov 6, 2023
1 parent 0e06179 commit 08a3702
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ registry cluster with Klaw using SSL protocol:
1. In the Klaw web interface, navigate to **Environments**, and click
**Clusters**.
2. On the **Clusters** page, click **Add Cluster**.
<!-- prettier-ignore -->
<!-- vale off -->
3. On the **Add Kafka cluster** page, enter the following details:
<!-- vale on -->
<!-- vale on -->

- **Cluster Type:** Select **SchemaRegistry** from the drop-down list
- **Cluster Name:** Provide a name for the cluster
Expand All @@ -51,7 +50,6 @@ registry cluster with Klaw using SSL protocol:
8. Copy the **Cluster ID** from the **Clusters** page using the copy
icon that is available on the right-hand side of each cluster
row.

9. In the `application.properties` file
for [`cluster-api`](https://github.com/aiven/klaw/blob/main/cluster-api/src/main/resources/application.properties)
module, configure Karapace credentials copied from the Aiven console
Expand Down
9 changes: 4 additions & 5 deletions docs/HowTo/clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
In Klaw, clusters are used to store the connectivity information of
servers. There are three types of clusters that you can define in Klaw:

<!-- vale off ->
<!-- vale off -->

- Kafka
- Apache Kafka
- Schema Registry
- Kafka Connect
<!-- vale on ->
- Apache Kafka Connect
<!-- vale on -->

Depending on the type of cluster, you can need to configure various
settings, such as protocol, bootstrap servers, REST API URLs, and Apache Kafka®
Expand Down

0 comments on commit 08a3702

Please sign in to comment.