4.3
Zookeepers settings
Connectivity to Zookeeper is optional for Lenses and may be deprecated in the future.
Key | Description | Type | Required |
---|---|---|---|
lenses.zookeeper.hosts.url | The Zookeeper node endpoint | array | no |
lenses.zookeeper.hosts.url.jmx | Old option supported for backwards compatibility only | string | no |
lenses.zookeeper.hosts.metrics.type | ZK metrics type JMX or JOLOKIA | string | no |
lenses.zookeeper.hosts.metrics.url | ZK node metrics endpoint | string | no |
lenses.zookeeper.hosts.metrics.user | The username when basic auth is used on metrics | string | no |
lenses.zookeeper.hosts.metrics.password | The password when basic auth is used on metrics | string | no |
lenses.zookeeper.chroot | The znode chroot path without leading or trailing / | string | no |
lenses.zookeeper.security.enabled | Set to true for secure connection with ZK | boolean | no |
lenses.curator.retries | Number of retries when discovering broker data from ZK | int | no |
lenses.curator.initial.sleep.time.ms | Wait time in (msec) before curator retries | int | no |
lenses.zookeeper.max.session.ms | Max time for ZK to respond to a request | int | no |
lenses.zookeeper.max.connection.ms | Max time for new ZK connection establishment | int | no |