Skip to content

Commit 7d68fed

Browse files
committed
fixed typo in 'false'
1 parent a359289 commit 7d68fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/data-ingestion/kafka/kafka-clickhouse-connect-sink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Sink, use [Kafka Connect Transformations](https://docs.confluent.io/platform/cur
157157

158158
- (1) - JSON is supported only when ClickHouse settings has `input_format_binary_read_json_as_string=1`. This works only for RowBinary format family and the setting affects all columns in the insert request so they all should be a string. Connector will convert STRUCT to a JSON string in this case.
159159

160-
- (2) - When struct has unions like `oneof` then converter should be configured to NOT add prefix/suffix to a field names. There is `generate.index.for.unions=fals` [setting for ProtobufConverter](https://docs.confluent.io/platform/current/schema-registry/connect.html#protobuf).
160+
- (2) - When struct has unions like `oneof` then converter should be configured to NOT add prefix/suffix to a field names. There is `generate.index.for.unions=false` [setting for ProtobufConverter](https://docs.confluent.io/platform/current/schema-registry/connect.html#protobuf).
161161

162162
**Without a schema declared:**
163163

0 commit comments

Comments
 (0)