Versions Compared

Key

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

...

Below is code snippet which does the configuration fetch in two steps1)

  • Identifies ConfigbindingService ip and port by querying Consul

...

  • Queries ConfigbindingService and retrieves the configuration into a file.

The data is represented as key-value pair gets written into a file within container above. The MS should parse the configuration and apply within MS as required.

...