File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,15 +127,15 @@ Supported Sink Record Structure
127127-------------------------------
128128
129129Once the converter has deserialized the data from the Kafka topic,
130- Kafka Connect creates a :kafka-21-javadoc: `SinkRecord </ connect/sink/SinkRecord.html>`
130+ Kafka Connect creates a `SinkRecord <https://kafka.apache.org/21/javadoc/org/apache/kafka/ connect/sink/SinkRecord.html>`__
131131object.
132132
133133The MongoDB Kafka Connector converts the ``SinkRecord`` into
134134a ``SinkDocument`` which contains the key and value in BSON format. The
135135converter determines the types using schema, if provided.
136136
137137The connector supports all the core schema types listed in
138- :kafka-21-javadoc: `Schema.Type </ connect/data/Schema.Type.html>`:
138+ `Schema.Type <https://kafka.apache.org/21/javadoc/org/apache/kafka/ connect/data/Schema.Type.html>`__ :
139139
140140- **Array**
141141- **Boolean**
You can’t perform that action at this time.
0 commit comments