Hi there!
When upgrading from 1.6.6 to 2.0.0 using confluent-hub CLI, I faced the issue :
io.confluent.connect.avro.AvroConverter Class not found
I realize that the jars for Avro Converter (avro-1.9.2.jar, kafka-avro-serializer-5.5.0.jar,...) were not anymore ship through kafka connect bigquery plugin.
I solved it by installing the kafka connect plugin kafka-connect-avro-converter:5.5.3.
It sounds definitely cleaner to have it this way but would be nice I guess to update the documentation somewhere? I followed this section .
Side note : I also had to change schemaRetriever to com.wepay.kafka.connect.bigquery.retrieve.IdentitySchemaRetriever
Hi there! When upgrading from
1.6.6
to2.0.0
usingconfluent-hub
CLI, I faced the issue :io.confluent.connect.avro.AvroConverter Class not found
I realize that the jars for Avro Converter (avro-1.9.2.jar
,kafka-avro-serializer-5.5.0.jar
,...) were not anymore ship through kafka connect bigquery plugin.I solved it by installing the kafka connect plugin
kafka-connect-avro-converter:5.5.3
.It sounds definitely cleaner to have it this way but would be nice I guess to update the documentation somewhere? I followed this section .
Side note : I also had to change
schemaRetriever
tocom.wepay.kafka.connect.bigquery.retrieve.IdentitySchemaRetriever