Configuration property fixed at build time - All other configuration properties are overridable at runtime

Configuration property

Type

Default

Specifies the file path to a JKS containing the local credentials to be used for SSL connections.

Environment variable: QUARKUS_ZOOKEEPER_CLIENT_SSL_KEY_STORE_LOCATION

string

Specifies the password to unlock the file.

Environment variable: QUARKUS_ZOOKEEPER_CLIENT_SSL_KEY_STORE_PASSWORD

string

Specifies the file path to a JKS containing the remote credentials to be used for SSL connections.

Environment variable: QUARKUS_ZOOKEEPER_CLIENT_SSL_TRUST_STORE_LOCATION

string

Specifies the password to unlock the file.

Environment variable: QUARKUS_ZOOKEEPER_CLIENT_SSL_TRUST_STORE_PASSWORD

string

Specifies the file format of keys store files used to establish TLS connection to the ZooKeeper server. Values: JKS, PEM, PKCS12 or null.

Environment variable: QUARKUS_ZOOKEEPER_CLIENT_SSL_KEY_STORE_TYPE

string

Specifies the file format of trust store files used to establish TLS connection to the ZooKeeper server. Values: JKS, PEM, PKCS12 or null.

Environment variable: QUARKUS_ZOOKEEPER_CLIENT_SSL_TRUST_STORE_TYPE

string