optimizely / optimizely/java-sdk

Access to Is feature enabled without check the audience as a pure FF

未关闭
#486 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

acknowledged
主要语言
Java
星标
44
派生
32
平均合并
8 小时 39 分钟
30 天内合并 PR
1

描述

We are trying to recover the value on/off of a feature flag without the rollout audience to validate if we need to review the optimizely flow but the current optimizely java sdk don't have this option.

https://docs.developers.optimizely.com/full-stack/docs/is-feature-enabled-java

image

We only want to know if the feature flag is on or off. We are not interested in audiences flow to recover this value.

Can be possible to implement one of the next options?

  • Option 1:
    • optimizely.isFeatureEnabled("my-feature")
  • Option 2:
    • optimizely.isFeatureActive("my-feature")
  • Option 3:
    • optimizely.getOptimizelyConfig().getFeaturesMap().get("my-feature").isActive()

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

从 Java SDK 的 isFeatureEnabled 文档以及 issue 中描述的现有 isFeatureEnabled 入口点开始。比较所提议的 isFeatureEnabled、isFeatureActive 和 OptimizelyConfig features-map 选项,然后验证所选 API 能否在不评估 flag 的 audience 流程的情况下报告其开/关状态,并记录或测试此行为。

由索引模型根据 Issue 内容生成。

评估

技术栈
java
领域
backend
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。