He-Pin commented on code in PR #1940: URL: https://github.com/apache/pekko/pull/1940#discussion_r2202341300
########## actor/src/main/scala/org/apache/pekko/pattern/BackoffOptions.scala: ########## @@ -255,6 +258,22 @@ object BackoffOpts { maxBackoff: java.time.Duration, randomFactor: Double): BackoffOnStopOptions = onStop(childProps, childName, minBackoff.asScala, maxBackoff.asScala, randomFactor) + + /** + * Calculates an exponential back off delay. + */ Review Comment: Do you think we should put it in RetrySupport or here? @pjfanning -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org