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
When creating a BackOff instance via RetryPolicy, we get validation for the individual attributes. However, when creating the BackOff implementation manually, there's no such validation.
This makes the use of the implementation a bit cumbersome as we have to replicate the validation rules the builder offers.