Skip to content

Commit

Permalink
Merge pull request #1196 from Unleash/docs/update-gradual-rollout-cus…
Browse files Browse the repository at this point in the history
…tom-stickiness

docs(sdks): gradual rollout: custom stickiness -> point to SDK table
  • Loading branch information
thomasheartman committed Dec 17, 2021
2 parents 8a38b9e + 291e868 commit 59ec44a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions website/docs/user_guide/activation-strategies.md
Expand Up @@ -47,11 +47,14 @@ This strategy has the following modelling name in the code:

- **flexibleRollout**

### Customize stickiness (beta) {#customize-stickiness-beta}
### Custom stickiness (beta) {#custom-stickiness}

By enabling the stickiness option on a custom context field you can use it together with the gradual rollout strategy. This will guarantee a consistent behavior for specific values of this context field. NB! this feature is currently only supported by the following SDKs:
:::note
This feature is currently in beta and is not yet supported by all our SDKs. Check out the [SDK compatibility table](../sdks/index.md#server-side-sdk-compatibility-table) to see what SDKs support it at the moment.
:::

By enabling the stickiness option on a custom context field you can use the custom context field to group users with the gradual rollout strategy. This will guarantee a consistent behavior for specific values of this context field.

- [unleash-client-node](https://github.com/Unleash/unleash-client-node) (from v3.6.0)

## IPs {#ips}

Expand Down

1 comment on commit 59ec44a

@vercel
Copy link

@vercel vercel bot commented on 59ec44a Dec 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.