4.3
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.delete | Allow schemas to be deleted. Default is false | boolean | 
| lenses.schema.registry.cascade.delete | Deletes associated schemas when a topic is 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 | 
