Skip to main content

7 posts tagged with "openfeature"

View All Tags

(Java) OpenFeature provider improve the internal cache management.

· One min read
Thomas Poignant
Creator of GO Feature Flag

Until Today the java provider, used the guava cache to store the flags and the segments. Using the guava cache is now discouraged by the guava team.

In order to follow the guidance of the guava team, we have decided to migrate the internal cache of the Java provider from guava to caffeine.

This may create a breaking change for you if you were using a custom cache configuration with the guava cache in your provider.
Because of this, the cache configuration on GoFeatureFlagProviderOptions that used Guava's CacheBuilder is now handled by Caffeine.

Changes to golang OpenFeature Integration

· 3 min read
Thomas Poignant
Creator of GO Feature Flag

blog_cover.png We're excited to announce significant improvements to the integration between GO Feature Flag and OpenFeature.

To better serve our users' diverse needs, we've decided to split the previous Go provider into two distinct providers:

Feature Flagging in the SDLC

· One min read
Thomas Poignant
Creator of GO Feature Flag

Thomas recently delivered a presentation on Feature Flagging in the Software Development Lifecycle (SDLC) for OpenFeature. Given the presentation's public availability, we are pleased to share the slides with you.

Effective management of the feature flag lifecycle is crucial for maximizing the value of feature flags within an organization.

This presentation is covering the following key areas:

  • Feature flag lifecycle: Understanding the complete journey of a feature flag.
  • Roles and responsibilities: Identifying who owns each phase of the lifecycle.
  • Feature flag naming conventions: Best practices for clear and consistent flag identification.
  • Preventing flag debt: Strategies for avoiding the accumulation of unused or obsolete flags.
  • Involving project managers: The importance of project management collaboration in feature flag initiatives.

By understanding these concepts, you can optimize your feature flagging strategy and drive business success.

GO Feature Flag Supports OpenFeature Remote Evaluation Protocol (OFREP)!

· 7 min read
Thomas Poignant
Creator of GO Feature Flag
OpenFeature logo

We're excited to announce that GO Feature Flag is now one of the first flag management systems to support the Open Feature Remote Evaluation Protocol (OFREP) (currently in an experimental stage).

This is a significant step towards the adoption of Open Feature, a community-driven initiative aiming to standardize feature flag management across different platforms.

🔊 Feature Flags in Dev’Obs Podcast 🇫🇷

· One min read
Thomas Poignant
Creator of GO Feature Flag

Earlier this week the super cool podcast Dev’Obs asked me to talk about feature flags, go-feature-flag and also the super nice initiative OpenFeature.

The podcast is in French 🇫🇷 (yes I know sorry…) but you can learn a lot of cool things, when to use them, what is OpenFeature about and all the cool things that the feature flags can bring to your developer experience.

Listen it here: https://www.listennotes.com/podcasts/devobs/devobs-24-feature-flags-rknRoFGL7N5/

Get the latest GO Feature Flag updates