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
I have had play around with this library:
google.golang.org/protobuf/types/known/structpb
It seems pretty doable, we can cast the Value type into an interface{} and return this directly for the provider.
Within flagd we can just do the inverse
If the discussion here is implemented, I think we want to change
ResolveObjectResponse
from:to:
This allows us to return arrays (as well as other protobuf values) as the top level object in the object resolver.
Is there any objections or challenges to doing this? I've POC'd it in the flagd-java provider. Would it be reasonable in flagd?
@james-milligan @skyerus @beeme1mr
The text was updated successfully, but these errors were encountered: