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
|**`endpoint`**|`true`| endpoint contains the DNS of your GO Feature Flag relay proxy _(ex: https://mydomain.com/gofeatureflagproxy/)_|
45
-
|**`timeout`**|`false`| timeout in millisecond we are waiting when calling the go-feature-flag relay proxy API. _(default: 10000)_|
46
-
|**`maxIdleConnections`**|`false`| maxIdleConnections is the maximum number of connexions in the connexion pool. _(default: 1000)_|
47
-
|**`keepAliveDuration`**|`false`| keepAliveDuration is the time in millisecond we keep the connexion open. _(default: 7200000 (2 hours))_|
48
-
|**`apiKey`**|`false`| If the relay proxy is configured to authenticate the requests, you should provide an API Key to the provider. Please ask the administrator of the relay proxy to provide an API Key. (This feature is available only if you are using GO Feature Flag relay proxy v1.7.0 or above). _(default: null)_|
|**`cacheBuilder`**|`false`| If cache custom configuration is wanted, you should provide a cache builder. _(default: null)_|
51
-
|**`flushIntervalMs`**|`false`| interval time we publish statistics collection data to the proxy. The parameter is used only if the cache is enabled, otherwise the collection of the data is done directly when calling the evaluation API. _(default: 1000 ms)_|
52
-
|**`maxPendingEvents`**|`false`| max pending events aggregated before publishing for collection data to the proxy. When event is added while events collection is full, event is omitted. _(default: 10000)_|
|**`endpoint`**|`true`| endpoint contains the DNS of your GO Feature Flag relay proxy _(ex: https://mydomain.com/gofeatureflagproxy/)_|
45
+
|**`timeout`**|`false`| timeout in millisecond we are waiting when calling the go-feature-flag relay proxy API. _(default: 10000)_|
46
+
|**`maxIdleConnections`**|`false`| maxIdleConnections is the maximum number of connexions in the connexion pool. _(default: 1000)_|
47
+
|**`keepAliveDuration`**|`false`| keepAliveDuration is the time in millisecond we keep the connexion open. _(default: 7200000 (2 hours))_|
48
+
|**`apiKey`**|`false`| If the relay proxy is configured to authenticate the requests, you should provide an API Key to the provider. Please ask the administrator of the relay proxy to provide an API Key. (This feature is available only if you are using GO Feature Flag relay proxy v1.7.0 or above). _(default: null)_|
|**`cacheBuilder`**|`false`| If cache custom configuration is wanted, you should provide a cache builder. _(default: null)_|
51
+
|**`flushIntervalMs`**|`false`| interval time we publish statistics collection data to the proxy. The parameter is used only if the cache is enabled, otherwise the collection of the data is done directly when calling the evaluation API. _(default: 1000 ms)_|
52
+
|**`maxPendingEvents`**|`false`| max pending events aggregated before publishing for collection data to the proxy. When event is added while events collection is full, event is omitted. _(default: 10000)_|
53
+
|**`flagChangePollingIntervalMs`**|`false`| interval time we poll the proxy to check if the configuration has changed.<br/>If the cache is enabled, we will poll the relay-proxy every X milliseconds to check if the configuration has changed. _(default: 120000)_|
54
+
|**`disableDataCollection`**|`false`| set to true if you don't want to collect the usage of flags retrieved in the cache. _(default: false)_|
Copy file name to clipboardExpand all lines: providers/go-feature-flag/src/main/java/dev/openfeature/contrib/providers/gofeatureflag/EvaluationResponse.java
0 commit comments