Re: Contributing Avro Kafka Connect converter

2020-12-07 Thread Brandon Brown
I could be wrong but according to https://kafka.apache.org/documentation/#connect_running Avro should be supported out of the box. key.converter - Converter class used to convert between Kafka Connect format and the serialized form that is written to Kafka. This controls the format of the key

Contributing Avro Kafka Connect converter

2020-12-07 Thread Ravindra Nath Kakarla
Hi, I would like to contribute an Avro converter for Kafka Connect. I described the approach on the Issue, https://issues.apache.org/jira/browse/KAFKA-10715 I am looking for a reviewer who can validate my approach and help commit the change. Is anyone interested in helping me? Thank you!