Aiven-Open / karapace

Karapace - Your Apache Kafka® essentials in one tool
https://karapace.io
Apache License 2.0
450 stars 68 forks source link

AVRO references support #869

Closed libretto closed 3 months ago

libretto commented 4 months ago

Support for AVRO references has been added. The AVRO parser now receives an AVRO schema containing references, and all referenced schemas are merged on top of the original schema. A simple integration test is added. I am looking for additional test cases to assess its capabilities.