Closed nickghardwick closed 1 year ago
Any updates on this? @hmlam
Any updates on this? @hmlam
Given the dependency on an external package, we are working with our legal team to make sure this dependency is ok.
After cleaning up the POM files, I think it might make sense to keep the Avro converter as a separate package. In order for a user to add it to their Kafka Connect project, they would need to clone and build the files in this folder into a jar file and add it as an external plugin. This is easier to do if the custom converter package is created on top of the existing serializes but published separately.
This pull request adds an Avro Converter for Kafka Connect to allow use of the Azure Schema Registry in sending and receiving data in Kafka via Kafka Connect
Converter
interface to convert objects to and from native Connect Data