Deserializing Avro Records with different schemas

I'm doing the due diligence on the Avro Codec Plugin and I'm wondering if it's possible to use this if there are different types of events in the same SQS queue?

For example - SQS Queue contains serialized events with schemas A.avsc, B.avsc, and C.avsc. Can I still deserialize avro events from one input if they are not all the same? Thanks!

Whatever the schema_uri option points to is read once when the pipeline is loaded and re-used until the pipeline is restarted, so I suspect you cannot.

Thanks!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.