4.1
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 |
lenses.schema.registry.ssl.truststore.location | Path to the truststore | string |
lenses.schema.registry.ssl.truststore.password | Password for the truststore | string |
lenses.schema.registry.ssl.keystore.location | Path to the keystore | string |
lenses.schema.registry.ssl.keystore.password | Password for the keystore | string |
lenses.schema.registry.ssl.key.password | Key password | string |