File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
core/src/main/scala/kafka/log/stream/s3/network Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3131import org .apache .kafka .server .ControllerRequestCompletionHandler ;
3232import org .apache .kafka .server .NodeToControllerChannelManager ;
3333
34+ import com .automq .stream .utils .Systems ;
3435import com .automq .stream .utils .Threads ;
3536
3637import org .slf4j .Logger ;
@@ -51,7 +52,7 @@ public class ControllerRequestSender {
5152
5253 private static final Logger LOGGER = LoggerFactory .getLogger (ControllerRequestSender .class );
5354
54- private static final long MAX_RETRY_DELAY_MS = 10 * 1000 ; // 10s
55+ private static final long MAX_RETRY_DELAY_MS = Systems . getEnvLong ( "AUTOMQ_CONTROLLER_REQUEST_MAX_RETRY_DELAY_MS" , 10L * 1000 ) ; // 10s
5556
5657 private final RetryPolicyContext retryPolicyContext ;
5758
You can’t perform that action at this time.
0 commit comments