Versions Compared

Key

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

...

Public Interfaces

This proposal will add a new interfaces for to the AbstractConfig class:
AbstractConfig

...

  1. Identify the configs which need to be stored in external systems.
  2. Implement or Use 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

...