Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 505 Bytes

schema_registry.md

File metadata and controls

10 lines (6 loc) · 505 Bytes

Confluent Schema registry

Read here to setup confluent kafka locally.

The schemas generated from the avdl files can be registered on the Schema registry. One can also define the compatibility levels for each subject. At the same time when new changes are made to the schema, It will automatically error out if the updated schema does not match the initially defined compatibility.

When schemas are updated , the compatibility checks can be made locally while building the project.