In Avro, what mechanism is used to handle schema changes in serialized data?

  • Schema Evolution
  • Schema Locking
  • Schema Serialization
  • Schema Versioning
Avro uses Schema Evolution to handle schema changes in serialized data. It allows for the gradual modification of the schema over time, making it flexible and accommodating changes without breaking compatibility with existing data.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *