Skip to content

Commit

Permalink
Fix typo in Managed Cluster section (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
loicgreffier authored Jul 10, 2024
1 parent afa8455 commit 189153d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ using [Kafkactl](https://github.com/michelin/kafkactl), which follows best pract
* [GitLab](#gitlab)
* [Kafka Broker](#kafka-broker)
* [Stream Catalog](#stream-catalog)
* [Managed clusters](#managed-clusters)
* [Managed Kafka Clusters](#managed-kafka-clusters)
* [AKHQ](#akhq)
* [Sensitive Endpoints](#sensitive-endpoints)
* [Administration](#administration)
Expand Down Expand Up @@ -259,6 +259,8 @@ to the GitLab group "ADMIN_GROUP".

### Kafka Broker

Ns4Kafka requires a Kafka broker to store data.

You can configure authentication to the Kafka brokers using the following:

```yaml
Expand Down Expand Up @@ -286,7 +288,7 @@ ns4kafka:

The max page size is at 500 as described in the [Confluent Cloud documentation](https://docs.confluent.io/cloud/current/stream-governance/stream-catalog-rest-apis.html#list-all-topics).

### Managed clusters
### Managed Kafka Clusters

Managed clusters are the clusters where Ns4Kafka namespaces are deployed, and Kafka resources are managed.

Expand Down

0 comments on commit 189153d

Please sign in to comment.