apache / brpc

brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
https://brpc.apache.org
Apache License 2.0
16.54k stars 3.97k forks source link

名字服务中file://协议相关问题 #126

Closed gydong closed 6 years ago

gydong commented 6 years ago

担心文件修改到中间状态的时候,被brpc监测到并加载了不完整的内容,这个问题怎么解决?是用mv命令覆盖旧文件吗?

jamesge commented 6 years ago

tjb1216 commented 6 years ago

file:// 请问这个file-path如果是绝对路径要怎么填? 启动命令:./client -server=file:///ads-backend/consul/template/backup/sag_brpc_test -load_balancer=rr 报错:Fail to open `ads-backend/consul/template/backup/sag_brpc_test': No such file or directory [2]

tjb1216 commented 6 years ago

@jamesge

jamesge commented 6 years ago

@tjb1216 https://github.com/brpc/brpc/commit/6c34eb537f453207238047036133fe9dd74ae58b