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
127
127
-------------------------------
128
128
129
129
Once 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>`__
131
131
object.
132
132
133
133
The MongoDB Kafka Connector converts the ``SinkRecord`` into
134
134
a ``SinkDocument`` which contains the key and value in BSON format. The
135
135
converter determines the types using schema, if provided.
136
136
137
137
The 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>`__ :
139
139
140
140
- **Array**
141
141
- **Boolean**
You can’t perform that action at this time.
0 commit comments