Creating a namespace
Written by
Updated at October 22, 2024
Note
This feature is in the Preview stage.
Management console
- In the management console
, select the folder you want to create a connection in. - Select Yandex MetaData Hub.
- In the left-hand panel, select
Schema Registry / Namespace. - Click Create namespace.
- Specify the following parameters:
- Name: Unique namespace name.
- Optionally, add a connection description and a label.
- Compatibility check level
BACKWARD
: (Default) Consumers using the new schema can read data written by producers using the latest registered schema.BACKWARD_TRANSITIVE
: Consumers using the new schema can read data written by producers using all previously registered schemas.FORWARD
: Consumers using the latest registered schema can read data written by producers using the new schema.FORWARD_TRANSITIVE
: Consumers using all previously registered schemas can read data written by producers using the new schema.FULL
: New schema is forward and backward compatible with the latest registered schema.FULL_TRANSITIVE
: New schema is forward and backward compatible with all previously registered schemas.NONE
: Schema compatibility checks are disabled.
For more information about schema compatibility types, see the Confluent documentation .
- Compatibility check rules: Select the types of schema checks you would like to have, i.e., Confluent
(default) or Buf .
- Click Create.