1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00

Update docs/user_guide/activation-strategies.md

Co-authored-by: Christopher Kolstad <chriswk@fastmail.com>
This commit is contained in:
Ivar Conradi Østhus 2021-02-25 08:27:35 +01:00 committed by GitHub
parent 081693128f
commit 19818facc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,8 @@ A flexible rollout strategy which combines all gradual rollout strategies in to
### Customize stickiness (beta) ### Customize stickiness (beta)
By enabling the stickiness option on a custom context field you can use it together with the flexible rollout strategy. This will guarantee a consistent behavior for specific values of this context field. PS! support for this feature currently being supported by the following SDKs: By enabling the stickiness option on a custom context field you can use it together with the flexible 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:
- [unleash-client-node](https://github.com/Unleash/unleash-client-node) (from v3.6.0) - [unleash-client-node](https://github.com/Unleash/unleash-client-node) (from v3.6.0)