Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
retryBackoff operator allows to use an implicit scheduler and the default one is parallel.
However, some Mono/Flux are calling some block functions and calling these functions in parallel is not supported.
We should by default use an elastic scheduler instead to avoid random failures due to retries.