Package org.apache.kafka.common.config.provider
-
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.FileConfigProvider An implementation ofConfigProvider
that represents a Properties file.