fast-data-dev icon indicating copy to clipboard operation
fast-data-dev copied to clipboard

kafka s3 connector - Avro connector not packaged with default configs?

Open donjae opened this issue 6 years ago • 0 comments

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

donjae avatar Feb 18 '19 22:02 donjae