File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -192,14 +192,20 @@ an example source connector configuration file, see
192
192
193
193
* - output.json.formatter
194
194
- string
195
- - | Full class name of the JSON formatter.
195
+ - | Full class name of the JSON formatter. You can also provide your own custom JSON formatter.
196
196
|
197
- | **Default**: ``com.mongodb.kafka.connect.source.json.formatter.ExtendedJson ``
197
+ | **Default**: ``com.mongodb.kafka.connect.source.json.formatter.DefaultJson ``
198
198
| **Accepted Values**:
199
199
| - ``com.mongodb.kafka.connect.source.json.formatter.DefaultJson``
200
200
| - ``com.mongodb.kafka.connect.source.json.formatter.ExtendedJson``
201
201
| - ``com.mongodb.kafka.connect.source.json.formatter.SimplifiedJson``
202
- | - Or other user-provided class name
202
+ | - Or your custom JSON formatter class name
203
+
204
+ .. seealso::
205
+
206
+ - `Extended JSON \(MongoDB Extended JSON\) <https://github.com/mongodb/specifications/blob/master/source/extended-json.rst#abstract>`__
207
+ - `Default JSON \(IETF JSON\) <https://tools.ietf.org/html/rfc7159>`__
208
+ - `Simplified JSON \(MongoDB Relaxed Extended JSON\) <https://github.com/mongodb/specifications/blob/master/source/extended-json.rst#relaxed-extended-json-example>`__
203
209
204
210
* - output.schema.key
205
211
- string
You can’t perform that action at this time.
0 commit comments