You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
7 years ago | |
|---|---|---|
| .. | ||
| BUILD | 7 years ago | |
| CHANGELOG.md | 7 years ago | |
| README.md | 7 years ago | |
| helper.go | 7 years ago | |
README.md
livezk
直播 zookeeper 注册工具
usage
import (
"go-common/conf"
"go-common/business/warden/livezk"
)
func main() {
config := &conf.Zookeeper{/*...*/}
addr := ":5000" // grpc 监听的端口
appID := "test.test" // app_id
// 注册失败每隔1分钟会自动重试
live.DoRegister(config, addr, appID)
}