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
Fill out the form by providing your ClickPipe with a name, a description (optional), your credentials, and other connection details.
43
43
<Imageimg={cp_step2}alt="Fill out connection details"size="md"/>
44
44
45
-
### Configure a schema registry (Optional) {#4-configure-your-schema-registry}
45
+
### Configure a schema registry (optional) {#4-configure-your-schema-registry}
46
46
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.
47
47
- Avro messages that cannot be parsed or JSON messages that fail validation will generate an error.
48
48
- 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
54
54
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
55
55
without an embedded schema id, then the specific schema ID or subject must be specified to parse all messages.
56
56
57
-
### Configure a Reverse Private Endpoint(Optional) {#5-configure-reverse-private-endpoint}
57
+
### Configure a reverse private endpoint (optional) {#5-configure-reverse-private-endpoint}
58
58
Configure a Reverse Private Endpoint to allow ClickPipes to connect to your Kafka cluster using AWS PrivateLink.
59
59
See our [AWS PrivateLink documentation](./aws-privatelink.md) for more information.
0 commit comments