Skip to content

Commit 77beaeb

Browse files
biniona-mongodbschmalliso
authored andcommitted
(DOCSP-18213) Migrate Avro Convereter Content to Converters Page (#151)
1 parent c11efe6 commit 77beaeb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

source/introduction/data-formats/avro.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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-
217210
For more information on converters, see our
218211
:doc:`converters guide </introduction/data-formats/converters>`.
219212

source/introduction/data-formats/converters.txt

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

0 commit comments

Comments
 (0)