4.0
You are viewing documentation for an older version of Lenses.io View latest documentation here
Schema Registries
Schema Registry connectivity is optional. Set up when AVRO and Schemas are in use.
| Key | Description | Type | 
|---|---|---|
| lenses.schema.registry.urls.url | Schema registry endpoint - include the protocol i.e. http:// | string | 
| lenses.schema.registry.topics | The backing topic where schemas state is stored i.e. _schemas | string | 
| lenses.schema.registry.delete | Allow schemas to be deleted. Default is false | boolean | 
| lenses.schema.registry.urls.metrics.url | Schema registry metrics endpoint as host:port | string | 
| lenses.schema.registry.urls.metrics.user | The username when basic auth is used on metrics | string | 
| lenses.schema.registry.urls.metrics.password | The password when basic auth is used on metrics | string | 
| lenses.schema.registry.auth | The authentication mode URL, USER_INFO, SASL_INHERIT or NONE | string | 
| lenses.schema.registry.username | The username when USER_INFO authentication is used | string | 
| lenses.schema.registry.password | The password when USER_INFO authentication is used | string | 
