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

[Producer] Schema incompatibility breaks the CDC #264

Open
alok87 opened this issue Feb 25, 2022 · 0 comments
Open

[Producer] Schema incompatibility breaks the CDC #264

alok87 opened this issue Feb 25, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@alok87
Copy link
Contributor

alok87 commented Feb 25, 2022

Invalid value org.apache.kafka.common.errors.InvalidConfigurationException:
        Schema being registered is incompatible with an earlier schema for subject
        \"ts.db.table-value\"; error code: 409 for configuration Failed
        to access Avro data from topic ts.db.table :\n\tat io.confluent.connect.avro.AvroConverter.fromConnectData(AvroConverter.java:98)

Debezium is failing these for some tables. Short term fix has been the delete the schema version and restart the kafka connector.

Long term issue needs to be figured out and done.

@alok87 alok87 added the bug Something isn't working label Feb 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant