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:
207207 message from Schema Registry
208208- Use the retrieved Avro schema to parse the contents of the received message
209209
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-
217210For more information on converters, see our
218211:doc:`converters guide </introduction/data-formats/converters>`.
219212
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
9191 :language: java
9292 :dedent:
9393
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+
94101 .. tab:: Sink
95102 :tabid: sink-avro
96103
You can’t perform that action at this time.
0 commit comments