https://github.com/gooddbird/charon
基于 TinyRPC 框架开发的一款服务发现、服务注册中心
https://github.com/gooddbird/charon
Last synced: 8 months ago
JSON representation
基于 TinyRPC 框架开发的一款服务发现、服务注册中心
- Host: GitHub
- URL: https://github.com/gooddbird/charon
- Owner: Gooddbird
- License: apache-2.0
- Created: 2022-06-11T07:37:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T14:00:40.000Z (over 3 years ago)
- Last Synced: 2025-04-06T05:24:29.526Z (about 1 year ago)
- Language: C++
- Size: 34.7 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# charon
charon 是一款使用 TinyRPC 框架开发的一款分布式 K-V 数据库,可以用作分布式服务的服务注册、服务发现中心。
# TODO
1. MGSNO 无法透传给下游的问题? 解决
2. sleep 后无法唤醒? 解决
# TODO: 2022-12-12
1. TimerEvent 的 resetTime 不起作用?看代码是定时器那块实现有点问题
2. charon2 在执行 raft 算法时候 coredump 了