File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
source/introduction/data-formats Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -207,13 +207,6 @@ actions:
207
207
message from Schema Registry
208
208
- Use the retrieved Avro schema to parse the contents of the received message
209
209
210
- .. important:: Avro Converter with a MongoDB Data Source
211
-
212
- Avro Converters are a great fit for data with a static structure, but are not
213
- a good fit for dynamic or changing data. MongoDB's schemaless document
214
- model supports dynamic data, so ensure your MongoDB data source has a static
215
- structure before specifying an Avro Converter.
216
-
217
210
For more information on converters, see our
218
211
:doc:`converters guide </introduction/data-formats/converters>`.
219
212
Original file line number Diff line number Diff line change @@ -91,6 +91,13 @@ Click the following tabs to view properties files that work with the Avro conver
91
91
:language: java
92
92
:dedent:
93
93
94
+ .. important:: Avro Converter with a MongoDB Data Source
95
+
96
+ Avro converters are a great fit for data with a static structure but are not
97
+ a good fit for dynamic or changing data. MongoDB's schemaless document
98
+ model supports dynamic data, so ensure your MongoDB data source has a static
99
+ structure before specifying an Avro converter.
100
+
94
101
.. tab:: Sink
95
102
:tabid: sink-avro
96
103
You can’t perform that action at this time.
0 commit comments