aliehsaeedii commented on code in PR #17116:
URL: https://github.com/apache/kafka/pull/17116#discussion_r1747024247


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StateDirectory.java:
##########
@@ -681,4 +706,19 @@ public int hashCode() {
         }
     }
 
+    public static class BackoffRecord {
+        private static final long INITIAL_INTERVAL = 1;
+        private static final int MULTIPLIER = 2;
+        private static final long MAX_INTERVAL = 1000;

Review Comment:
   should `MAX_INTERVAL` be bigger?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to