Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex MetaData Hub
    • All guides
        • Creating a namespace
        • Editing a namespace
        • Connecting to a namespace
        • Deleting a namespace
  • Audit Trails events
  • Pricing policy
  • Troubleshooting
  • Public materials
  • Release notes
  1. Step-by-step guides
  2. Schema Registry
  3. Namespace
  4. Creating a namespace

Creating a namespace

Written by
Yandex Cloud
Updated at May 5, 2025

Note

This feature is at the Preview stage.

Management console
  1. In the management console, select the folder you want to create a connection in.
  2. Select Yandex MetaData Hub.
  3. In the left-hand panel, select Schema Registry.
  4. Click Create a namespace.
  5. In the Name field, set a unique name for the namespace.
  6. Optionally, add a namespace description.
  7. Under Compatibility parameters:
    1. Set 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.
    2. Select a compatibility policy for JSON schemas:
      • optional-friendly: Based on a solution using various content models for the producer and the consumer. It supports adding or removing optional parameters while maintaining full transitive compatibility.
      • Confluent: Follows the Confluent Schema Registry standards and ensures no full compatibility when adding and removing optional parameters.
    3. Select a compatibility policy for Protobuf schemas:
      • Confluent: Based on the Confluent Schema Registry standards.
      • buf: Based on the Buf v1 standards.
  8. Click Create.

Was the article helpful?

Previous
Deleting a Metastore cluster
Next
Editing a namespace
Yandex project
© 2025 Yandex.Cloud LLC