Any idea what does this error mean? ```Caused by: ...
# troubleshoot
b
Any idea what does this error mean?
Copy code
Caused by: io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException: Schema being registered is incompatible with an earlier schema; error code: 409
b
This means there was a backwards incompatible evolution in a Kafka schema
Depending on the strictness of your schema registry, the default behavior of the schema registry may be to block such operations