Skip to content
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

Open
ram-venket36 opened this issue Aug 27, 2024 · 5 comments
Open

AvroConverter class not found #266

ram-venket36 opened this issue Aug 27, 2024 · 5 comments
Labels
documentation Improvements or additions to documentation S3

Comments

@ram-venket36
Copy link

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

@muralibasani
Copy link
Contributor

@ram-venket36 If you are not using confluent hub, you may have to add the library manually. You can download from confluent repos/mvn.

@ram-venket36
Copy link
Author

ram-venket36 commented Aug 27, 2024

@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 ?

@ahmedsobeh ahmedsobeh transferred this issue from Aiven-Open/s3-connector-for-apache-kafka Aug 27, 2024
@muralibasani
Copy link
Contributor

@ram-venket36 you might want to add this config https://docs.confluent.io/platform/current/schema-registry/connect.html#avro like

key.converter.schema.registry.url=http://localhost:8081
value.converter.schema.registry.url=http://localhost:8081

@Claudenw Claudenw added the documentation Improvements or additions to documentation label Nov 4, 2024
@Claudenw
Copy link
Contributor

Claudenw commented Nov 4, 2024

@harshini-rangaswamy
We need to document that the classes need to be added and how to specify the schema registry.

@Claudenw
Copy link
Contributor

Claudenw commented Nov 4, 2024

@ram-venket36 Are you satisfied with the answers provided and can we close this ticket?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation S3
Projects
None yet
Development

No branches or pull requests

5 participants
@Claudenw @muralibasani @ram-venket36 @jjaakola-aiven and others