This message was deleted.
# ask-questions
w
This message was deleted.
r
main concern is — we’re trying to find a way to associate the result of the experiment with the meta data/details of the experiment. the key isn’t unique it seems, since we can have multiple experiments with the same name
from what i can tell, this just sets the feature key as the Experiment.getKey(), and that’s not ideal. https://github.com/growthbook/growthbook-sdk-java/blob/main/lib/src/main/java/growthbook/sdk/java/FeatureEvaluator.java#L183
also confirming that in our local tests we do see randomized results from the
evaluateFeature
call (50/50 as expected), but we do not get ruleId as the key as expected from here.
evalFeatureResult.getRuleId
is null https://github.com/growthbook/growthbook-sdk-java/blob/main/lib/src/main/java/growthbook/sdk/java/FeatureEvaluator.java#L176
@future-teacher-7046 apologies to ping you directly. Would you be able to help, or direct us to someone who could? thanks!
@fresh-football-47124 would you be able to help with this? thanks!
132 Views