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
192192
193193 * - output.json.formatter
194194 - 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.
196196 |
197- | **Default**: ``com.mongodb.kafka.connect.source.json.formatter.ExtendedJson ``
197+ | **Default**: ``com.mongodb.kafka.connect.source.json.formatter.DefaultJson ``
198198 | **Accepted Values**:
199199 | - ``com.mongodb.kafka.connect.source.json.formatter.DefaultJson``
200200 | - ``com.mongodb.kafka.connect.source.json.formatter.ExtendedJson``
201201 | - ``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>`__
203209
204210 * - output.schema.key
205211 - string
You can’t perform that action at this time.
0 commit comments