Intermediate Big Data & Data Engineering
Q70 / 100

What problem does a "schema registry" (e.g., used with Kafka and Avro) solve?

Correct! Well done.

Incorrect.

The correct answer is A) It centrally stores and validates schemas so producers and consumers agree on data structure and can handle schema evolution safely

A

Correct Answer

It centrally stores and validates schemas so producers and consumers agree on data structure and can handle schema evolution safely

Explanation

A schema registry ensures producers and consumers serialize/deserialize messages using compatible schema versions, preventing data corruption from mismatches.

Progress
70/100