Move from Environment Variables to Feature Flags

preview_player
Показать описание
Move from Environment Variables to Feature Flags with OpenFeature & flagd

In this video, Adam Gardner shows you how to move from using Environment Variables to Feature Flags with OpenFeature and flagd. This allows you to extract feature management logic from your application and manipulate it at runtime, enabling progressive rollouts, user-targeting, and rollbacks without a redeployment.

Рекомендации по теме
Комментарии
Автор

If it really useful to add a new runtime dependency, flagd, which needs to be operated with the same uptime SLA as the application self? And I understand that the feature flag backend will hit with the same rate as the application self as every request must be evaluated against the user agent ?!?!

holgerwinkelmann
Автор

Conceptually, this is a retreat from "provided" configuration?

joebowbeer