schema-registry Catalog
Catalogschema-registry
schema-registry Catalog
Defines a catalog with a schema pulled from a remote schema registry to enforce validation.
catalog:
type: schema-registry
options:
url: http://reg.example.com:8081
context: default
Configuration (* required)
options
object
The schema-registry
specific options.
options.url
string
Schema Registry URL to access schemas via API calls.
options.context
string
| Default:default
Schema context represents an independent scope in the Schema Registry.
options.max-age
integer
| Default:300
The maximum duration in seconds to keep a cached schema before fetching the schema again.