Skip to main content

schema-registry Catalog

Catalog

schema-registry Catalog

Feature is in Incubator

Read how to enable incubator features. Star and watch the Zilla repoopen in new window for new releases!

Zilla runtime schema-registry catalog

catalog:
  type: schema-registry
  options:
    url: http://reg.example.com:8081
    context: default

 



Summary

Defines a catalog with a schema pulled from a remote registry to enforce validation.

Configuration

options

object

options.url*

string

Schema Registry URL to access schemas via API calls.

options.context

string | Default: "default"

Schema context represents an independent scope in Schema Registry.