szetszwo commented on code in PR #848:
URL: https://github.com/apache/ratis/pull/848#discussion_r1130360076


##########
ratis-server-api/src/main/java/org/apache/ratis/server/RaftServerConfigKeys.java:
##########
@@ -724,6 +746,17 @@ static void setRequestTimeout(RaftProperties properties, 
TimeDuration timeoutDur
       setTimeDuration(properties::setTimeDuration, REQUEST_TIMEOUT_KEY, 
timeoutDuration);
     }
 
+    String STREAM_REQUEST_TIMEOUT_KEY = PREFIX + ".stream.request.timeout";

Review Comment:
   > ... BTW, we also need it for limiting the number of outstanding requests 
later.
   
   Filed https://issues.apache.org/jira/browse/RATIS-1812 .



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