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
OFREP (OpenFeature Remote Flag Evaluation Protocol), is an API specification for feature flagging that allows the use of generic providers to connect to any feature flag management systems that supports the protocol.
We would like to have an OFREP provider in Java.
The Java SDK is a server SDK, so we should follow those guidelines when building the provider.