https://github.com/cloud-org/broadcast
结合 etcd watchChan 做配置变更 📢广播器通知
https://github.com/cloud-org/broadcast
etcd go
Last synced: 8 months ago
JSON representation
结合 etcd watchChan 做配置变更 📢广播器通知
- Host: GitHub
- URL: https://github.com/cloud-org/broadcast
- Owner: cloud-org
- License: mit
- Created: 2021-07-21T17:11:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T15:09:49.000Z (almost 3 years ago)
- Last Synced: 2025-05-31T17:36:24.992Z (about 1 year ago)
- Topics: etcd, go
- Language: Go
- Homepage:
- Size: 244 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# broadcast
etcd 配置变更,agent 广播器实现
## arch

## run
```go
go run main.go
cd notify && go run notify.go
```


### e2e
deploy etcd frist, and then run `make e2e`.
## acknowledgement
- etcd