open-feature / go-sdk-contrib

Community maintained OpenFeature Providers and Hooks for Go
https://openfeature.dev
Apache License 2.0
42 stars 41 forks source link

[flagd] Support custom schemes (name resolvers) #585

Open toddbaert opened 1 week ago

toddbaert commented 1 week ago

As described here, we wish to support custom name revolvers for additional control and configuration according to user's infrastructure. In order to make use of this, we must support dialing custom URIs/schemes from a "target" string

Requirements:

cc @pradeepbbl

pradeepbbl commented 4 days ago

@toddbaert I'm happy to take this as well