- The Confluent Schema Registry Maven Plugin can not register
.avdl
Avro schema files in a schema registry, only.avsc
Avro schema files. - The Apache Avro Maven plugin can not convert
.avdl
Avro schema files into.avsc
Avro schema files.
How can I convert an .avsc
Avro schema file into an .avdl
Avro schema file as part of a Maven build?
One can convert
.avdl
Avro schema files into.avsc
Avro schema files by leveraging the Maven exec-maven-plugin plugin: