Versions Compared

Key

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

...

The public interfaces that are not Connect-specific consist of the following, which will be provided in the package org.apache.kafka.common.config:

  • ConfigProviderConfigChangeCallback, ConfigData:  These interfaces are used to abstract a provider of configuration properties.  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.

...