We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6514e17 commit 3825681Copy full SHA for 3825681
lu-raft-kv/src/main/java/cn/think/in/java/RaftNodeBootStrap.java
@@ -32,6 +32,7 @@ public static void boot() throws Throwable {
32
// 其他节点地址
33
config.setPeerAddrs(Arrays.asList(peerAddr));
34
config.setStateMachineSaveType(StateMachineSaveType.ROCKS_DB);
35
+
36
Node node = DefaultNode.getInstance();
37
node.setConfig(config);
38
0 commit comments