https://github.com/zstone12/zookeeper-demo
https://github.com/zstone12/zookeeper-demo
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zstone12/zookeeper-demo
- Owner: zstone12
- Created: 2022-08-13T04:42:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-13T09:40:56.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T14:14:08.466Z (over 1 year ago)
- Language: Go
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## how to use?
1. get zookeeper
```shell
make
```
2. run zookeeper
```shell
cd zookeeper/bin/
./zkServer.sh start
```
3. run demo
```shell
go run example/server/main.go
go run example/client/main.go
```