Class KubernetesConfigMapRemoteConfigurationConfig
java.lang.Object
org.apache.kafka.common.config.AbstractConfig
io.confluent.remote.config.poller.RemoteConfigConfiguration
io.confluent.remote.config.poller.PollingRemoteConfigConfiguration
io.confluent.remote.config.poller.kubernetes.KubernetesConfigMapRemoteConfigurationConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final longstatic final longstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class PollingRemoteConfigConfiguration
DEFAULT_REFRESH_INTERVAL, REFRESH_INTERVAL_SEC_CONFIG, REFRESH_INTERVAL_SEC_DOCFields inherited from class RemoteConfigConfiguration
DEFAULT_ENABLED, ENABLED_CONFIG, ENABLED_CONFIG_DOCFields inherited from class org.apache.kafka.common.config.AbstractConfig
AUTOMATIC_CONFIG_PROVIDERS_PROPERTY, CONFIG_PROVIDERS_CONFIG, CONFIG_PROVIDERS_DOC -
Constructor Summary
ConstructorsConstructorDescriptionKubernetesConfigMapRemoteConfigurationConfig(Map<?, ?> originals, boolean doLog) -
Method Summary
Modifier and TypeMethodDescriptionlonglongMethods inherited from class PollingRemoteConfigConfiguration
defineConfigs, getRefreshIntervalMsMethods inherited from class RemoteConfigConfiguration
isEnabledMethods inherited from class org.apache.kafka.common.config.AbstractConfig
documentationOf, equals, getBoolean, getClass, getConfiguredInstance, getConfiguredInstance, getConfiguredInstances, getConfiguredInstances, getConfiguredInstances, getDouble, getInt, getList, getLong, getPassword, getShort, getString, hashCode, ignore, logUnused, nonInternalValues, originals, originals, originalsStrings, originalsWithPrefix, originalsWithPrefix, typeOf, unused, values, valuesWithPrefixAllOrNothing, valuesWithPrefixOverride
-
Field Details
-
NAMESPACE_CONFIG
- See Also:
-
NAMESPACE_DOC
- See Also:
-
CONFIG_MAP_NAME_CONFIG
- See Also:
-
CONFIG_MAP_NAME_DOC
- See Also:
-
RETRY_BACKOFF_MS
- See Also:
-
DEFAULT_RETRY_BACKOFF_MS
public static final long DEFAULT_RETRY_BACKOFF_MS -
RETRY_BACKOFF_MS_DOC
- See Also:
-
MAX_RETRY_BACKOFF_MS
- See Also:
-
DEFAULT_MAX_RETRY_BACKOFF_MS
public static final long DEFAULT_MAX_RETRY_BACKOFF_MS -
MAX_RETRY_BACKOFF_MS_DOC
- See Also:
-
SCHEMA_VERSION_CONFIG
- See Also:
-
SCHEMA_VERSION_DOC
- See Also:
-
-
Constructor Details
-
KubernetesConfigMapRemoteConfigurationConfig
-
-
Method Details
-
getRetryBackoffMs
public long getRetryBackoffMs() -
getMaxRetryBackoffMs
public long getMaxRetryBackoffMs() -
getSchemaVersion
-