You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to support synchronous evaluation (something particularly important for client use cases), we need a bulk evaluation rpc. The endpoint would accept a context and evaluate all configured flags with that context. The returned result should be a map of flagKey: resolutionDetails.
In order to support synchronous evaluation (something particularly important for client use cases), we need a bulk evaluation rpc. The endpoint would accept a
context
and evaluate all configured flags with thatcontext
. The returned result should be a map offlagKey: resolutionDetails
.Relates to: open-feature/flagd#234
The text was updated successfully, but these errors were encountered: