From 9cf48ecea99bc7068e1b490f632f3cdbbf6b8b91 Mon Sep 17 00:00:00 2001 From: Gyubong Date: Wed, 10 Apr 2024 11:42:49 +0900 Subject: [PATCH] Create bootstrap-3-node-static-cluster.zellij.kdl --- misc/bootstrap-3-node-static-cluster.zellij.kdl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 misc/bootstrap-3-node-static-cluster.zellij.kdl diff --git a/misc/bootstrap-3-node-static-cluster.zellij.kdl b/misc/bootstrap-3-node-static-cluster.zellij.kdl new file mode 100644 index 00000000..9faed294 --- /dev/null +++ b/misc/bootstrap-3-node-static-cluster.zellij.kdl @@ -0,0 +1,16 @@ +layout { + pane split_direction="vertical" { + pane command="fish" { + args "-c" "./target/debug/memstore-static-members --raft-addr=127.0.0.1:60061 --web-server=127.0.0.1:8001" + } + pane command="fish" { + args "-c" "./target/debug/memstore-static-members --raft-addr=127.0.0.1:60062 --web-server=127.0.0.1:8002" + } + } + pane split_direction="vertical" { + pane command="fish" { + args "-c" "./target/debug/memstore-static-members --raft-addr=127.0.0.1:60063 --web-server=127.0.0.1:8003" + } + pane focus=true + } +}