Versions Compared

Key

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

...

Config OptionDescriptionExampleDefault
config.providersA comma-separated list of names for providers.config.providers=file,vaultN/A
config.providers.{name}.classThe Java class name for a provider.config.providers.file.class=org.apache.kafka.connect.configs.FileConfigProviderN/A
config.providers.{name}.param.{param-name}A parameter to be passed to the above Java class on initialization.config.providers.file.param.secrets=/run/mysecretsN/A
config.reload.action
One of:
  • "none" - no action when scheduleConfigReloadonChange() is called
  • "restart" - schedule a restart when scheduleConfigReloadonChange() is called
config.reload.action=restartrestart

...