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 ofConfigProviderbased on a directory of files.EnvVarConfigProvider An implementation ofConfigProviderbased on environment variables.FileConfigProvider An implementation ofConfigProviderthat represents a Properties file.