-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] flagd bulk evaluation #234
Labels
Comments
toddbaert
added
enhancement
New feature or request
Needs Triage
This issue needs to be investigated by a maintainer
labels
Dec 16, 2022
beeme1mr
changed the title
[FEATURE] Bulk evaluation function
[FEATURE] FlagD bulk evaluation
Dec 16, 2022
toddbaert
changed the title
[FEATURE] FlagD bulk evaluation
[FEATURE] Flagd bulk evaluation
Dec 18, 2022
toddbaert
changed the title
[FEATURE] Flagd bulk evaluation
[FEATURE] flagd bulk evaluation
Dec 18, 2022
Depends on open-feature/open-feature-operator#291 |
james-milligan
added a commit
that referenced
this issue
Jan 12, 2023
<!-- Please use this template for your pull request. --> <!-- Please use the sections that you need and delete other sections --> ## This PR <!-- add the description of the PR here --> - introduces the resolve all endpoint for bulk flag evaluation ### Related Issues <!-- add here the GitHub issue that this PR resolves if applicable --> #234 ### Notes <!-- any additional notes for this PR --> ### Follow-up Tasks <!-- anything that is related to this PR but not done here should be noted under this section --> <!-- if there is a need for a new issue, please link it here --> ### How to test <!-- if applicable, add testing instructions under this section --> Signed-off-by: James Milligan <james@omnant.co.uk>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Requirements
In order to support synchronous evaluation (something particularly important for client use cases), we need a bulk evaluation endpoint in flagd. The endpoint would accept a
context
and evaluate all configured flags with thatcontext
. The returned result should be a map offlagKey: resolutionDetails
.Example curl:
Things to consider:
The text was updated successfully, but these errors were encountered: