pjfanning commented on code in PR #2195:
URL: https://github.com/apache/pekko/pull/2195#discussion_r2344432533


##########
actor/src/main/scala/org/apache/pekko/pattern/BackoffSupervisor.scala:
##########
@@ -311,6 +311,22 @@ object BackoffSupervisor {
    */
   @InternalApi
   private[pekko] case class ResetRestartCount(current: Int) extends 
DeadLetterSuppression
+
+  /**
+   * INTERNAL API
+   *
+   * Calculates an exponential back off delay.
+   *
+   * Was removed in 1.2.0 but added back in 1.2.1 for binary compatibility 
reasons.

Review Comment:
   I do - in the deprecation message below



-- 
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

Reply via email to