Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • ConfigProviderConfigChangeCallback, ConfigData:  These interfaces are used to abstract a provider of configuration properties.  This These will be provided in the package org.apache.kafka.common.config.
  • ConfigTransformer:  This class is used to provide variable substitution for a configuration value, by looking up variables (or indirect references) from a set of ConfigProvider instances.  It only provides one level of indirection.

...