Details
-
Wish
-
Status: Resolved
-
Minor
-
Resolution: Invalid
-
3.18.3
-
None
-
None
-
Ubuntu 18.04
-
Moderate
Description
I failed to implement simple route to dump MongoDB Documents queried via `findAll` query to Avro data format for further usage in AWS Glue (Apache Hive) + AWS Athena (Trino) as data source.
It will be great if camel team can provide explicit example on how to marshal List of the Documents to Avro file.
MongoDB -> List<Documents> -> file.avro (with schema if possible)
Thank you in advance!