Why is schema evolution important in big data systems?
- A Producers change over time, and consumers must keep working with both old and new records
- B Schemas are never fixed
- C It reduces storage cost
- D It improves compression
Answer
Producers change over time, and consumers must keep working with both old and new records
A schema registry with compatibility rules prevents a producer change from silently breaking every downstream consumer.





