-
Notifications
You must be signed in to change notification settings - Fork 269
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
Avro converter does not work in Kafka Connect #864
Comments
Here is the full log generated by @famartinrh 's test: https://gist.github.com/famartinrh/8db30fcb680e14021903a414aeed2c61 @carlesarnal - this error is likely due to having multiple copies of Jackson on the classpath. |
btw @EricWittmann @carlesarnal here you have a test run in GH actions reproducing the issue, https://github.com/Apicurio/apicurio-registry/runs/1165428129 |
looks like this is still broken |
@famartinrh The test user has insufficent permissions
|
ouch, sorry @jpechane that was such a dummy question, I found this image for postgres https://quay.io/repository/debezium/postgres and I'm using it and that error dissapeared, however I'm still not being able to make my tests work https://github.com/Apicurio/apicurio-registry-k8s-tests-e2e/blob/master/testsuite/utils/converters/converters.go#L43 I have to continue investigating a bit more but I'll may ask you a few more things. |
@famartinrh No worries, just ask when you need something. For more interactive session I am available at https://gitter.im/debezium/dev |
When converter is used for the first time it throws
This is regression from 1.3.0.Final
The text was updated successfully, but these errors were encountered: