Package org.apache.kafka.common.config.provider
package org.apache.kafka.common.config.provider
Provides a pluggable interface and some implementations for late-binding in configuration values.
-
ClassDescriptionA provider of configuration data, which may optionally support subscriptions to configuration changes.An implementation of
ConfigProvider
based on a directory of files.An implementation ofConfigProvider
that represents a Properties file.