featurehub-io / featurehub

FeatureHub - cloud native feature flags, A/B testing and remote configuration service. Real-time streaming feature updates. Provided with Java, JavaScript, React, Python, Go, .Net, Ruby, Android, Swift and Flutter SDKs.
https://www.featurehub.io
Other
299 stars 32 forks source link

OpenFeature standard support #1097

Open MarcinGil opened 6 months ago

MarcinGil commented 6 months ago

OpenFeature (https://openfeature.dev/) strives to provide an independent standard for working with feature flags.

A standard access library is called a 'provider' in OpenFeature ecosystem. There are several providers for many vendors already provided there: https://openfeature.dev/ecosystem.

Having FeatureHub provider would greatly ease the integration.

Describe alternatives you've considered Alternative solution to use directly FeatureHub's SDK is basically a vendor lock-in and my organization is more likely to adopt OpenFeature supported provider.

https://openfeature.dev/ https://openfeature.dev/ecosystem

rvowles commented 6 months ago

Hi Marcin - we are aware of it. Its certainly something we will need to implement in the near future.

IrinaSouth commented 6 months ago

We can add this to our roadmap. Community help on this would be much appreciated.