Kafka - Schema Registry
Given this Avro schema evolution scenario:
What compatibility type does this change support?
Old schema: {"name": "id", "type": "int"}
New schema: {"name": "id", "type": "int"}, {"name": "name", "type": "string", "default": "unknown"}What compatibility type does this change support?
