java-sdk-contrib icon indicating copy to clipboard operation
java-sdk-contrib copied to clipboard

[flagd-provider] fix non-conformant config options

Open toddbaert opened this issue 1 year ago • 0 comments

Currently the flagd provider doesn't default to unlimited retries, and doesn't throw immediately if it can't start.

See: https://github.com/open-feature/flagd/blob/main/docs/other_resources/creating_providers.md#environment-variables and https://github.com/open-feature/flagd/blob/main/docs/other_resources/creating_providers.md#provider-lifecycle-initialization-and-shutdown

Definition of done:

  • update the flagd provider to default to 0 (infinite) retries
  • verify other defaults

toddbaert avatar Aug 11 '23 16:08 toddbaert