Skip to content

Commit

Permalink
Update docs/reference/specifications/providers.md
Browse files Browse the repository at this point in the history
Co-authored-by: Guido Breitenhuber <[email protected]>
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert and guidobrei authored Oct 29, 2024
1 parent 3978df7 commit ba39b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/specifications/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ While the provider is in state `STALE` the provider resolves values from its cac
When the number of reconnect attempts is equal to or greater than `retryGraceAttempts`, the provider emits `ERROR`.
The provider attempts to reconnect indefinitely, with a maximum interval of `retryBackoffMaxMs`.

## RPC Providers
## RPC Evaluation

RPC providers use the [evaluation protocol](./protos.md#flagdevaluationv1evaluationproto) to connect to flagd, initiate the [event stream](./protos.md#eventstreamresponse), listen for changes in the flag definitions, and evaluate flags remotely by calling flagd.
RPC providers are relatively simple to implement since they essentially call a remote flagd instance with relevant parameters, and then flagd responds with the resolved flag value.
Expand Down

0 comments on commit ba39b62

Please sign in to comment.