Hacker News new | ask | show | jobs
by esafak 726 days ago
I would expect an open source feature flag solution today to support https://openfeature.dev/
2 comments

Is that Comic Sans?
And it does, because it uses LaunchDarkly SDKs: https://docs.launchdarkly.com/sdk/openfeature

... though there are only three officially-supported OpenFeature adapters so far (Java, NodeJS, .NET)

The contributed Go provider seems solid enough, although it's quite opinionated about the exact shape of your attribute map. I just recently documented it carefully in the README :-) https://github.com/open-feature/go-sdk-contrib/tree/main/pro...