1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Merge pull request #1196 from Unleash/docs/update-gradual-rollout-custom-stickiness

docs(sdks): gradual rollout: custom stickiness -> point to SDK table
This commit is contained in:
Thomas Heartman 2021-12-17 13:54:03 +01:00 committed by GitHub
commit 59ec44a0ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}