Confluent
CCDAK · Question #146
In Avro, adding a field to a record without default is a __ schema evolution
The correct answer is A. forward. Clients with old schema will be able to read records saved with new schema.
Application Design
Question
In Avro, adding a field to a record without default is a __ schema evolution
Options
- Aforward
- Bbackward
- Cfull
- Dbreaking
How the community answered
(59 responses)- A86% (51)
- B8% (5)
- C3% (2)
- D2% (1)
Explanation
Clients with old schema will be able to read records saved with new schema.
Topics
#Avro#schema evolution#forward compatibility#Schema Registry
Community Discussion
No community discussion yet for this question.