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
Is it possible to set the TargetingContext before calling IsEnabledAsync (com.azure.spring.cloud.feature.manager)?
Like in C# example
I would like to have something similar featureManager.isEnabledAsync(featureName, targetingContext).block()
The option described here is not suitable. In my case, the parameters that affect the targeting filter are dynamic and change before the call IsEnabledAsync
The text was updated successfully, but these errors were encountered:
Is it possible to set the
TargetingContext
before callingIsEnabledAsync
(com.azure.spring.cloud.feature.manager)?Like in C# example
I would like to have something similar
featureManager.isEnabledAsync(featureName, targetingContext).block()
The option described here is not suitable. In my case, the parameters that affect the targeting filter are dynamic and change before the call
IsEnabledAsync
The text was updated successfully, but these errors were encountered: