chore: refactor meta protocol (#332)

* chore: refactor channel_config

* chore: refactor grpc protocol

* feat: heartbeat streams
This commit is contained in:
Jiachun Feng
2022-10-21 20:30:57 +08:00
committed by GitHub
parent bc9a2df9bf
commit b650656ae3
22 changed files with 617 additions and 310 deletions

View File

@@ -1,2 +1,3 @@
bind_addr = '127.0.0.1:3002'
server_addr = '0.0.0.0:3002'
store_addr = '127.0.0.1:2380'