Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.
This repository was archived by the owner on May 30, 2024. It is now read-only.

Add the ability to check for the presence of a flag in the Java client #87

@yuv422

Description

@yuv422

It would be great if we could use the java client to detect if a flag exists.

We are currently require that flags contain a certain prefix. This is baked into our code. We would now like to relax this restriction and remove the prefix.

eg. product.some.flag changes to some.flag

Having the ability to query if a flag exists on the client would allow us to seamlessly change our flag key structure to remove the now redundant product prefix without having to change all the existing flag keys. We would simply query the old flag if we detected that the new flag isn't known to the client.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions