Skip to content

(feature) Introduce concept of flag set #2752

Open
@thomaspoignant

Description

@thomaspoignant

Requirements

As of today, GO Feature Flag is evaluating flag differently for client and server evaluations.

  • In the client-side, we are evaluating the flags in bulk, and we are keeping the evaluation responses in memory for the duration of the application.
  • In the server-side, we are evaluating the flags 1 by 1, and we are not keeping the evaluation responses in memory (except if a cache is configured).

In both cases having a flag set could be beneficial, for performance reasons, but also for organization reasons.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Discovery

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions