Versions Compared

Key

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

...

  1. Identify the configs which need to be stored in external systems.
  2. Implement a or Use an existing ConfigProvider which will fetch the config value from external system
  3. Replace the configs values with variables as defined by KIP-297

Once these variables are added, the components will be automatically get the resolved configurations. As Connect component already supports variables in connector configs via KIP 297 it will use this feature to resolve variables in the worker configurations via the existing 'StandaloneConfig' and 'DistributedConfig' subclasses of AbstractConfig.

...