Skip to content

Commit 3c09852

Browse files
committed
Feedback
1 parent 7b6cf45 commit 3c09852

File tree

1 file changed

+4
-6
lines changed
  • docs/integrations/data-ingestion/clickpipes

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ ClickPipes is not currently compatible with the AWS Glue Schema registry or the
9292

9393
### Configuration {#schema-registry-configuration}
9494

95-
A schema registry can be configured by when setting up a ClickPipe. This can be configured in one of three ways:
95+
ClickPipes with Avro data require a schema registry. This can be configured in one of three ways:
9696

97-
1. Providing the root schema registry URL (e.g. `https://registry.example.com`). **This is the preferred method.**
97+
1. Providing a complete path to the schema subject (e.g. `https://registry.example.com/subjects/events`)
98+
- Optionally, a specific version can be referenced by appending `/versions/[version]` to the url (otherwise ClickPipes will retrieve the latest version).
9899
2. Providing a complete path to the schema id (e.g. `https://registry.example.com/schemas/ids/1000`)
99-
3. Providing a complete path to the schema subject (e.g. `https://registry.example.com/subjects/events`)
100-
- Optionally, a specific version can be referenced by appending `/versions/[version]` to the url (otherwise ClickPipes will retrieve the latest version).
100+
3. Providing the root schema registry URL (e.g. `https://registry.example.com`)
101101

102102
### How it works {#how-schema-registries-work}
103103
ClickPipes dynamically retrieves and applies the Avro schema from the configured Schema Registry.
@@ -190,8 +190,6 @@ Nullable types in Avro are defined by using a Union schema of `(T, null)` or `(n
190190
- An empty Map for a null Avro Map
191191
- A named Tuple with all default/zero values for a null Avro Record
192192

193-
ClickPipes does not currently support schemas that contain other Avro Unions (this may change in the future with the maturity of the new ClickHouse Variant and JSON data types). If the Avro schema contains a "non-null" union, ClickPipes will generate an error when attempting to calculate a mapping between the Avro schema and Clickhouse column types.
194-
195193
## Kafka virtual columns {#kafka-virtual-columns}
196194

197195
The following virtual columns are supported for Kafka compatible streaming data sources. When creating a new destination table virtual columns can be added by using the `Add Column` button.

0 commit comments

Comments
 (0)