FEATURE: Add zk start, stop, status, list, delete commands#45
Merged
Conversation
namsic
reviewed
Jun 18, 2026
f1v3-dev
force-pushed
the
f1v3/zk-command
branch
from
June 19, 2026 06:12
f232379 to
c207e26
Compare
namsic
approved these changes
Jun 30, 2026
f1v3-dev
force-pushed
the
f1v3/zk-command
branch
from
June 30, 2026 05:53
c207e26 to
40fe703
Compare
oliviarla
reviewed
Jul 1, 2026
oliviarla
reviewed
Jul 8, 2026
| return path.Join(topoPath, "bin", "zkServer.sh") | ||
| } | ||
|
|
||
| func zkConfigPath(topologyPath string, myID int) string { |
Member
There was a problem hiding this comment.
여기도 다른 곳들과 동일하게 topoPath 로 수정해주세요.
f1v3-dev
force-pushed
the
f1v3/zk-command
branch
2 times, most recently
from
July 8, 2026 03:03
88c5532 to
f60ff62
Compare
oliviarla
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 Related Issue
⌨️ What I did
start,stop,status,list,delete)를 추가합니다.arcusctl zk start <name> [--node <myid>]: 앙상블 전체 또는 특정 서버 기동arcusctl zk stop <name> [--node <myid>]: 앙상블 전체 또는 특정 서버 중지arcusctl zk status <name>: 각 서버의 상태(leader/follower) 출력arcusctl zk list: 배포된 앙상블 목록 출력arcusctl zk delete <name>: 원격 파일과 로컬 메타데이터 삭제테스트 방법
로컬에 SSH가 설정되어 있다는 가정하에
local-test.yml로 테스트할 수 있습니다.local-test.yml
command