-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
FlagEvaluationDetails
contains a member ImmutableMetadata flagMetadata
which is effectively a wrapper around a private map and to the client which has just called getObjectDetails
or a similar function and wants to look at / log the key,value pairs in flagMetadata
it is not known what the keys are. I checked and in the GO sdk one has the ability to loop through the keys of this flag metadata since the entire map is exposed though the current design for the java sdk makes this impossible in java without the client using reflection (generally bad practice).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers