Skip to content

No access to ImmutableMetadata keys #1532

@MaxFeldman1

Description

@MaxFeldman1

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).

Link Go SDK documentation of flag metadata

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions