Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored Jan 3, 2025
1 parent eddf8b3 commit 3a9a6c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/flagd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This provider is designed to use flagd's [evaluation protocol](https://github.co

## Configuration and Usage

The flagd provider can operate in two modes: [RPC](#remote-resolver-rpc) (evaluation takes place in flagd, via gRPC calls) or [in-process](#in-process-resolver) (evaluation takes place in-process, with the provider getting a ruleset from a compliant sync-source).
The flagd provider can operate in two modes: [RPC](#remote-resolver-rpc) (evaluation takes place in remote flagd daemon, via gRPC calls) or [in-process](#in-process-resolver) (evaluation takes place in-process, with the provider getting a ruleset from flagd or a compliant sync-source).

### Remote resolver (RPC)

Expand Down Expand Up @@ -254,4 +254,4 @@ FlagdOptions options = FlagdOptions.builder()
.targetUri("envoy://localhost:9211/flag-source.service")
.resolverType(Config.Resolver.IN_PROCESS)
.build();
```
```

0 comments on commit 3a9a6c2

Please sign in to comment.