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

Debezium won't run #1

Open
marcuslwh opened this issue Mar 25, 2023 · 4 comments
Open

Debezium won't run #1

marcuslwh opened this issue Mar 25, 2023 · 4 comments

Comments

@marcuslwh
Copy link

Class io.confluent.connect.avro.AvroConverter could not be found

@alfredorubin96
Copy link
Owner

Good afternoon, can you tell me which docker compose you’re running? And also the specifications of your machine. Thank you

@marcuslwh
Copy link
Author

Hi Alfredo, thank you so much for your response!

I am running the one for mysql to neo4j. After doing docker compose up -d, all the containers run except debezium, the logs says that Class io.confluent.connect.avro.AvroConverter could not be found. I am using windows 11, 64GB ram.

@alfredorubin96
Copy link
Owner

Can you try to refresh the by running:
docker-compose down -v
docker-compose up -d

This because sometimes happens the distribution can have some problems downloading the Avro-converter plugin, I will try to fix it by adding directly the Avro-converter in the docker-compose startup script

@marcuslwh
Copy link
Author

Hi Alfredo,

Refreshing it doesn't help. Yes, the issue is with the avro converter plugin. I managed to install the relevant JAR files from the confluent maven repository into the plugin directory and the debezium container is now running. Adding the avro convertor into the docker-compose startup script would certainly help.

I also needed to add a topic prefix in the connector configuration. After doing so, however, the debezium connector doesn't seem to be successfully sending the messages to the kafka instance.

If there is any chance at all you could look into the things that need to be fixed in the codes you have provided for this tutorial to work, it would be amazing. Thank you so much for this tutorial, it is definitely very helpful.

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

No branches or pull requests

2 participants