Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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).

> **: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.

We suggest you to use the OpenFeature SDK to consume the Confidence feature flags.

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

### Quickstart: OpenFeature provider (Java)

> [!TIP]
> 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.

The Provider is instantiated using a client secret configured in the Confidence UI or via the management console.

```java
Expand Down
Loading