smengcl commented on code in PR #1107:
URL: https://github.com/apache/ratis/pull/1107#discussion_r1626617774


##########
ratis-docs/src/site/markdown/configurations.md:
##########
@@ -675,4 +675,73 @@ For examples,
   2. However, setConf to a 3-member group by removing 2 of members and adding 
2 new members is a majority-add.
 
 - Note also that adding 1 new member to an 1-member group is always allowed,
-  although it is a majority-add.
\ No newline at end of file
+  although it is a majority-add.
+
+
+## Client Configurations
+
+Client configurations are located at `RaftClientConfigKeys`.
+
+### RPC - Configurations related to Client RPC timeout.
+
+| **Property**    | `raft.client.rpc.request.timeout` |
+|:----------------|:----------------------------------|
+| **Description** | timeout for AppendEntries RPC     |

Review Comment:
   Good idea. Done



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