public static final String |
BASIC_AUTH_CREDENTIALS_PATH_PROP |
"confluent.metadata.basic.auth.credentials.path" |
public static final String |
BASIC_AUTH_CREDENTIALS_PROVIDER_PROP |
"confluent.metadata.basic.auth.credentials.provider" |
public static final String |
BASIC_AUTH_USER_INFO_PROP |
"confluent.metadata.basic.auth.user.info" |
public static final String |
BOOTSTRAP_METADATA_SERVER_URLS_PROP |
"confluent.metadata.bootstrap.server.urls" |
public static final String |
CONFIG_PREFIX |
"confluent.metadata." |
public static final String |
ENABLE_METADATA_SERVER_URL_REFRESH |
"confluent.metadata.enable.server.urls.refresh" |
public static final String |
ENABLE_METADATA_SERVER_URL_REFRESH_DOC |
"enables periodic refresh of metadata server urls." |
public static final String |
HTTP_AUTH_CREDENTIALS_PROVIDER_PROP |
"confluent.metadata.http.auth.credentials.provider" |
public static final String |
HTTP_REQUEST_TIMEOUT_MS_CONFIG |
"confluent.metadata.http.request.timeout.ms" |
public static final String |
HTTP_REQUEST_TIMEOUT_MS_DOC |
"The configuration controls the maximum amount of time the client will wait for the response of a http request. If the response is not received before the timeout elapses the client will resend the request if necessary or fail the request if all urls are exhausted. This value should less than or equal to confluent.metadata.request.timeout.ms config" |
public static final String |
METADATA_SERVER_URL_FAIL_ON_401_DOC |
"When set to true, the client will fail immediately on receipt of 401 when trying to refresh metadata server urls. This might be useful if repeated 401 cause issues in the backing LDAP server." |
public static final String |
METADATA_SERVER_URL_FAIL_ON_401_PROP |
"confluent.metadata.server.urls.fail.on.401" |
public static final String |
METADATA_SERVER_URL_MAX_AGE_DOC |
"The period of time in milliseconds after which we force a refresh of metadata server urls." |
public static final String |
METADATA_SERVER_URL_MAX_AGE_PROP |
"confluent.metadata.server.urls.max.age.ms" |
public static final String |
METADATA_SERVER_URL_MAX_RETRIES_DOC |
"The number of retries to force a refresh of metadata server urls." |
public static final String |
METADATA_SERVER_URL_MAX_RETRIES_PROP |
"confluent.metadata.server.urls.max.retries" |
public static final String |
REQUEST_TIMEOUT_MS_CONFIG |
"confluent.metadata.request.timeout.ms" |
public static final String |
REQUEST_TIMEOUT_MS_DOC |
"The configuration controls the maximum amount of time the client will wait for the response of a each authorizer request." |
public static final String |
TOKEN_AUTH_CREDENTIAL_PROP |
"confluent.metadata.token.auth.credential" |