Skip to content

Commit c5d6fc6

Browse files
biniona-mongodbschmalliso
authored andcommitted
Docs 14117 json formatter edits (#80)
DOCS 14117 update default json formatter and link to formatter descriptions
1 parent 6864d58 commit c5d6fc6

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

source/kafka-source.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)