-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AvroConverter class not found #266
Comments
@ram-venket36 If you are not using confluent hub, you may have to add the library manually. You can download from confluent repos/mvn. |
@muralibasani Thanks. I am using event streams kafka platform. In that case I will add the necessary jars manually and try it out. Also I see there are no configuration specifically provided to key in schema registry url. How does it deserialize the events which are in avro format in topics while storing in s3 ? |
@ram-venket36 you might want to add this config https://docs.confluent.io/platform/current/schema-registry/connect.html#avro like
|
@harshini-rangaswamy |
@ram-venket36 Are you satisfied with the answers provided and can we close this ticket? |
While trying to configure AvroConverter for value converted as mentioned in details, we see the class not found error. Appears to be the confluent Avro converter is not with the connector package. Is it something consuming clients need to add as per need ?
io.confluent.connect.avro.AvroConverter
The text was updated successfully, but these errors were encountered: