fast-data-dev
fast-data-dev copied to clipboard
kafka s3 connector - Avro connector not packaged with default configs?
Hi,
I'm trying to add avro format to the format class for the s3 connector I'm trying to create, but I get the following error:
"format.class" : Invalid value "io.confluent.connect.s3.format.avro.AvroFormat" for configuration
format.class: Class "io.confluent.connect.s3.format.avro.AvroFormat" could not be found.
Does the avro s3 connector not ship with default settings? Seems odd, since avro schemas are packaged with the container by default