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
@@ -212,7 +213,6 @@ public AuthTokenValidatorBuilder withFallbackOcspServiceConfiguration(FallbackOc
212
213
* @param failureRateThreshold
213
214
* @param permittedNumberOfCallsInHalfOpenState
214
215
* @param waitDurationInOpenState
215
-
*
216
216
* @return the builder instance for method chaining
217
217
*/
218
218
publicAuthTokenValidatorBuilderwithCircuitBreakerConfig(intslidingWindowSize, intminimumNumberOfCalls, intfailureRateThreshold, intpermittedNumberOfCallsInHalfOpenState, DurationwaitDurationInOpenState) { // TODO: What do we allow to configure? Use configuration builder.
@@ -227,6 +227,17 @@ public AuthTokenValidatorBuilder withCircuitBreakerConfig(int slidingWindowSize,
227
227
returnthis;
228
228
}
229
229
230
+
/**
231
+
* // TODO: Describe the configuration option
232
+
*
233
+
* @return the builder instance for method chaining
234
+
*/
235
+
publicAuthTokenValidatorBuilderwithCircuitBreakerRetryConfig() { // TODO: What do we allow to configure? Use configuration builder.
.ignoreExceptions(UserCertificateRevokedException.class) // TODO: Revoked status is a valid response, not a failure and should be ignored. Any other exceptions to ignore?
0 commit comments