Skip to content

Commit

Permalink
update-kafka-connect (#131)
Browse files Browse the repository at this point in the history
* update-kafka-connect
---------

Signed-off-by: Raushan Sharma <[email protected]>
  • Loading branch information
Rawshansharma authored Oct 5, 2023
1 parent e451e7e commit 60528f1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/vale/styles/Klaw/branding-warning-temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ ignorecase: true
swap:
"(?<!Apache )kafka": Apache Kafka
"(?i)api": API
"(?i)kafka connect": Kafka Connect
"(?i)klaw core": Klaw Core
"(?i)klaw": Klaw
1 change: 1 addition & 0 deletions .github/vale/styles/Klaw/branding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ swap:
"type[ -]?scripts?": TypeScript
"(?i)ssl": SSL
"(?<!Klaw )cluster api": Klaw Cluster API
"(?i)kafka[ -]?connect": Kafka Connect
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Kafka Connect service with Klaw using SSL protocol:

3. On the **Add Kafka cluster** page, enter the following details:

- **Cluster Type:** Select **KafkaConnect** from the drop-down list
- **Cluster Type:** Select **Kafka Connect** from the drop-down list
- **Cluster Name:** Provide a name for the cluster\*
- **Protocol:** Select SSL protocol for your cluster
- **Kafka Flavor:** Select Aiven for Apache Kafka® as the flavor
Expand Down
4 changes: 2 additions & 2 deletions docs/HowTo/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ Select **Save** to add a Schema Registry environment.

### Add Kafka Connect environment

To add a **KafkaConnect environment**, enter the following details in the **Add KafkaConnect Environment** screen:
To add a **Kafka Connect environment**, enter the following details in the **Add Kafka Connect Environment** screen:

- **Environment name**: Choose an environment from the
available dropdown list.
- **Select cluster**: Choose the Kafka cluster you want to
associate with this environment from the dropdown list.
- **Tenant**: Set the tenant to default.

- Select **Save** to add a new KafkaConnect environment.
- Select **Save** to add a new Kafka Connect environment.

![image](../../static/images/environments/NewEnvironment.png)

Expand Down
6 changes: 3 additions & 3 deletions docs/HowTo/kafka-cluster-migration/tenant-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ You can configure the following in a tenant:

- Base sync environment Kafka Connector

This is the base Kafka connect environment in a hierarchy of
This is the base Kafka Connect environment in a hierarchy of
environments. Make sure this environment already exists under
Environments (Kafka connect).
Environments (Kafka Connect).

Field: baseSyncKafkaConnectCluster

- Order of Kafka Connect promotion environments

Define a set of environments in order to promote a
Kafka connector. Ex: \[\"DEV\", \"TST\"\]. Make sure this
environment already exists under Environments (Kafka connect)
environment already exists under Environments (Kafka Connect)

Field: orderOfConnectorsPromotionEnvsList

Expand Down

0 comments on commit 60528f1

Please sign in to comment.