brpc
brpc copied to clipboard
brcp中有连接etcd的client代码吗?
我的项目使用了brpc,但需要连接etcd做服务发现,brpc中有写好的etcd client代码吗?我使用的功能如下:1、基本功能(put, get等),2、etcd client得心跳监控,3、watch监控节点变化的功能。如果没有etcd client代码,我使用https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3 这个etcd官方推荐的库可以吗?或者有好的方式推荐一下
可以参考这个 PR https://github.com/apache/brpc/pull/1832