You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2024. It is now read-only.
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.