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.