Skip to content

Commit 8acb795

Browse files
nicklaslclaude
andauthored
docs: add reference to local resolver provider (#324)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e3fe5ec commit 8acb795

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Java library for [Confidence](https://confidence.spotify.com/). This library is designed to work in a java backend environment. For Android, please visit [Confidence-SDK-Android](https://github.com/spotify/confidence-sdk-android).
44

5+
> **:bulb: Looking for better performance?** Check out the [Confidence Local Resolver Provider for Java](https://github.com/spotify/confidence-resolver/tree/main/openfeature-provider/java), which evaluates flags locally via WebAssembly for increased resilience and lower latency.
6+
57
We suggest you to use the OpenFeature SDK to consume the Confidence feature flags.
68

79
## Install
@@ -29,6 +31,9 @@ OpenFeature providers connect the OpenFeature SDK to your flag system. Use the C
2931

3032
### Quickstart: OpenFeature provider (Java)
3133

34+
> [!TIP]
35+
> For better resilience and lower latency, see the [Confidence Local Resolver Provider](https://github.com/spotify/confidence-resolver/tree/main/openfeature-provider/java) which resolves flags locally without per-evaluation network calls.
36+
3237
The Provider is instantiated using a client secret configured in the Confidence UI or via the management console.
3338

3439
```java

0 commit comments

Comments
 (0)