Schema registry husimamia schemas za data kwa messages za Kafka — kufafanua na kutekeleza muundo wa data ya event, kuwezesha schema evolution kwa usalama. Ni muhimu kwa uthabiti wa data na utangamano kati ya producers na consumers.
Tatizo: muundo wa data katika messages
Kafka messages are just bytes → producers and consumers must AGREE on the data structure:
→ without management → producers might change the format, breaking consumers
→ how do consumers know the structure? how do you change it safely?
→ a SCHEMA REGISTRY manages this.
