From 7964f646641e9de19d64afe01cb13115e9e18cfd Mon Sep 17 00:00:00 2001 From: Thomas Poignant Date: Wed, 18 Dec 2024 17:17:39 +0100 Subject: [PATCH] add definition of static vs dynamic Signed-off-by: Thomas Poignant --- website/src/pages/specification/20241027-flagsets.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/src/pages/specification/20241027-flagsets.md b/website/src/pages/specification/20241027-flagsets.md index 4a905dd9a102..d8a4bba52af8 100644 --- a/website/src/pages/specification/20241027-flagsets.md +++ b/website/src/pages/specification/20241027-flagsets.md @@ -18,6 +18,9 @@ Description: Flag sets are a way to group flags together. > _Source: [Openfeature glossary](https://openfeature.dev/specification/glossary/#flag-set)._ +- **static flag set**: the flag set is defined in the retriever configuration, we know in advance that this flag set exists. +- **dynamic flag set**: the flag set is defined in the flag configuration file, we don't know in advance which flag sets exist. + ## Context As of today, GO Feature Flag is evaluating flag differently for client and server evaluations.