-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add zookeeper && server #1
Conversation
client 的实现以及 readme 需要补充 @jiuxia211 |
cla 需要签一下 @jiuxia211 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
client 的实现以及 readme 需要补充
记得补充一个官网文档 @jiuxia211 |
/approve |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jiuxia211, li-jin-gou The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* feat: add zookeeper && server * update go mod * use gofumpt * fix: atomic.Int64 can't be used under go 1.19 * fix: unreasonable names * fix: update the processing of removed keys and empty data * style: add cancelFuncHolder type * style: update code comments * refactor: optimized loop variable * feat: add client * feat: update client * fix: add missing code snippet * feat: add README * style: use gofumpt * chore(doc): optimize readme * docs: update README * feat: add listen goroutine recover * fix: correct error logging format in project --------- Co-authored-by: kinggo <lilong.21@bytedance.com>
What type of PR is this?
feat
Check the PR title.
feat: add zookeeper && server
(Optional) Translate the PR title into Chinese.
增加 zookeeper初始化连接以及 server 端
(Optional) More detailed description for this PR(en: English/zh: Chinese).
en: [cloudwego/kitex#1165]
zh(optional):
(Optional) Which issue(s) this PR fixes:
(optional) The PR that updates user documentation: