Skip to content

Commit 5d843e9

Browse files
committed
fix style
1 parent fea58e4 commit 5d843e9

File tree

1 file changed

+3
-3
lines changed
  • docs/integrations/data-ingestion/clickpipes

1 file changed

+3
-3
lines changed

docs/integrations/data-ingestion/clickpipes/kafka.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You have familiarized yourself with the [ClickPipes intro](./index.md).
3030

3131
<VerticalStepper type="numbered" headerLevel="h3">
3232

33-
### Navigate to Data Sources {#1-load-sql-console}
33+
### Navigate to data sources {#1-load-sql-console}
3434
Select the `Data Sources` button on the left-side menu and click on "Set up a ClickPipe"
3535
<Image img={cp_step0} alt="Select imports" size="md"/>
3636

@@ -42,7 +42,7 @@ Select your data source.
4242
Fill out the form by providing your ClickPipe with a name, a description (optional), your credentials, and other connection details.
4343
<Image img={cp_step2} alt="Fill out connection details" size="md"/>
4444

45-
### Configure a schema registry (Optional) {#4-configure-your-schema-registry}
45+
### Configure a schema registry (optional) {#4-configure-your-schema-registry}
4646
A valid schema is required for Avro streams and optional for JSON. This schema will be used to parse [AvroConfluent](../../../interfaces/formats.md/#data-format-avro-confluent) or validate JSON messages on the selected topic.
4747
- Avro messages that cannot be parsed or JSON messages that fail validation will generate an error.
4848
- The "root" path of the schema registry. For example, a Confluent Cloud schema registry URL is just an HTTPS url with no path, like `https://test-kk999.us-east-2.aws.confluent.cloud` If only the root
@@ -54,7 +54,7 @@ will retrieve the latest version). A complete url using a schema subject would
5454
Note that in all cases ClickPipes will automatically retrieve an updated or different schema from the registry if indicated by the schema ID embedded in the message. If the message is written
5555
without an embedded schema id, then the specific schema ID or subject must be specified to parse all messages.
5656

57-
### Configure a Reverse Private Endpoint(Optional) {#5-configure-reverse-private-endpoint}
57+
### Configure a reverse private endpoint (optional) {#5-configure-reverse-private-endpoint}
5858
Configure a Reverse Private Endpoint to allow ClickPipes to connect to your Kafka cluster using AWS PrivateLink.
5959
See our [AWS PrivateLink documentation](./aws-privatelink.md) for more information.
6060

0 commit comments

Comments
 (0)