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
[FFM-10027] - Fall back to identifier if bucketBy attribute is not found (#136)
* [FFM-10027] - Fall back to identifier if bucketBy attribute is not found
What
Update BucketBy logic to fall back to the target identifier if given BucketBy attribute is not found.
Why
Keep the SDK consistent with the behaviour of the other server SDKs.
Testing
Testgrid + manual
log.Warnf("%s BucketBy attribute not found in target attributes, falling back to 'identifier': missing=%s, using value=%s", sdk_codes.MissingBucketBy, oldBB, identifier)
0 commit comments