Files
nexus/wiki/concepts/功能标志.md
2026-04-14 16:02:50 +08:00

754 B
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
功能标志 concept
Deployment
Feature Flags
DevOps
rto-vs-rpo-disaster-recovery.md
2025-07-26

Summary

功能标志是控制功能开启/关闭的开关,无需重新部署即可改变系统行为。

Definition

功能标志允许团队在不重新部署代码的情况下切换功能状态,支持渐进式发布和即时回滚。

Key Claims

  • 部署与发布解耦:可随时部署,择机发布
  • 渐进式发布1%→5%→25%→100%
  • Kill Switch紧急情况下立即关闭问题功能
  • 将回滚时间从数小时缩短到秒级

Connections

  • RTO ← 改善 ← 功能标志
  • RPO ← 保护 ← 功能标志
  • LaunchDarkly ← 平台 ← 功能标志