Package org.apache.kafka.common.config.provider
Provides a pluggable interface and some implementations for late-binding in configuration values.
-
Interface Summary Interface Description ConfigProvider A provider of configuration data, which may optionally support subscriptions to configuration changes. -
Class Summary Class Description DirectoryConfigProvider An implementation ofConfigProvider
based on a directory of files.EnvVarConfigProvider An implementation ofConfigProvider
based on environment variables.FileConfigProvider An implementation ofConfigProvider
that represents a Properties file.