Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update flagd provider specs (#1432)
This PR contains significant enhancements to flagd provider specs. If merged, I will be opening a bunch of issues to implement what's described here based on recon I've been doing with the existing implementations Specifically: - adds `retryGraceAttempts` param, which defines the amount of stream retry attempts before provider moves from `STALE` to `ERROR` state - adds `contextEnricher` param, which defines mapping function for sync-metadata to evaluation context for in process providers (exists already in Java provider) - improves consistency between in-process and RPC stream reconnect behavior - simplifies provider doc and spec to remove duplication and improve readability --------- Signed-off-by: Todd Baert <[email protected]> Co-authored-by: Guido Breitenhuber <[email protected]> Co-authored-by: Michael Beemer <[email protected]>
- Loading branch information