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
Copy file name to clipboardExpand all lines: migrate/livesync-for-kafka.md
+106-3Lines changed: 106 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ import EarlyAccessNoRelease from "versionContent/_partials/_early_access.mdx";
11
11
12
12
# Stream data from Kafka
13
13
14
-
You use the Kafka source connector in $CLOUD_LONG to stream events from Kafka into your $SERVICE_SHORT. $CLOUD_LONG connects to your Confluent Cloud Kafka cluster and Schema Registry using SASL/SCRAM authentication and service account–based API keys. Only the Avro format is currently supported.
14
+
You use the Kafka source connector in $CLOUD_LONG to stream events from Kafka into your $SERVICE_SHORT. $CLOUD_LONG connects to your Confluent Cloud Kafka cluster and Schema Registry using SASL/SCRAM authentication and service account–based API keys. Only the Avro format is currently supported[with some limitations][limitations].
15
15
16
16
This page explains how to connect $CLOUD_LONG to your Confluence Cloud Kafka cluster.
17
17
@@ -130,7 +130,7 @@ Take the following steps to create a Kafka source connector in $CONSOLE_LONG.
130
130
downloaded, then click `Authenticate`.
131
131
1.**Set up the Schema Registry**
132
132
133
-
Enter the Service account ID and the information from the second `api-key-*.txt` that you
133
+
Enter the service account ID and the information from the second `api-key-*.txt` that you
134
134
downloaded, then click `Authenticate`.
135
135
1.**Select topics to sync**
136
136
@@ -141,10 +141,113 @@ Your Kafka connector is configured and ready to stream events.
141
141
142
142
</Procedure>
143
143
144
+
## Known limitations and unsupported types
144
145
146
+
The following Avro schema types are not supported:
147
+
148
+
### Union types
149
+
150
+
All union types are blocked, including simple nullable fields.
0 commit comments