why use feature flag?
- hide features (e.g., A/B testing)
how to implement?
- DIY or libs (e.g., unleash, togglz, ff4j)

There is a spec for this: OpenFeature (lol)
"Is it same with Spring Cloud Config?"
- not much diff
"Just boolean flags?"
- Some evolution happens...
- Flag types
- Gradual rollout
- Segments
- Auth integration
Thoughts