Hello! We can't figure out whether `evalFeature` f...
# ask-questions
h
Hello! We can't figure out whether
evalFeature
function evaluates on the server ? We need to know whether distribution between buckets will work when we have several instances of servers. We use java-sdk
f
All of the SDK functions evaluate locally for performance, but they all use the exact same hashing algorithm. So as long as the user's id stays the same, they will always get bucketed into the same variation, even if you have a bunch of load balanced servers.
🙌 1