-
Notifications
You must be signed in to change notification settings - Fork 116
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
Pass FeatureFilterEvaluationContext in ITargetingContextAccessor implementation #193
Comments
Hi, @sacrajit For example, if you want the targeting context for feature flag A to use group "A-1", "A-2", "A-3"... and feature flag B to use group "B-1", "B-2", "B-3"... |
We might be able to add something to support that workaround, but I don't think implementations of ITargetingContextAccessor have knowledge of which feature is being evaluated. |
While using the library I ran into scenarios where the targeting context can be different for different features and having the feature definition allows the implementation to take decision based on feature being evaluated.
Please consider this as a new feature in your upcoming release.
Thanks!
The text was updated successfully, but these errors were encountered: