Skip to content
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

降级 #3

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

降级 #3

wants to merge 3 commits into from

Commits on Jun 20, 2024

  1. feat: add zookeeper && server (kitex-contrib#1)

    * 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>
    2 people authored and ZLPolaris committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ede0beb View commit details
    Browse the repository at this point in the history
  2. 降级“

    ZLPolaris committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    80e16cc View commit details
    Browse the repository at this point in the history
  3. 添加测试

    ZLPolaris committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ad8bd34 View commit details
    Browse the repository at this point in the history