recall

← recall

schema registry term

central store of schemas + version compatibility rules

Most common in Kafka world (Confluent Schema Registry). Producers register schemas; consumers fetch by id. Enforces compatibility (backward, forward, full).

topics: data-pipelines, messaging, kafka

references: