-
版本:github.com/smallnest/rpcx v1.8.7
服务重启后,客户端 can not found any server;
客户端ETCD Discovery,allowKeyNotFound设置为true了
请教是哪里没配置好会出现这样的情况?谢谢!
我是直接调用 func NewEtcdV3DiscoveryStore(basePath string, kv s…
-
In my application, I would like to run `etcd` (particularly the peer URLs) behind an Nginx proxy. The primary reason I want to do this is that operators are already instructed to open port 443; I don'…
-
etcd api: etcd-cpp-apiv3-v0.14.2
grpc: 1.50.1
if we call etcd->observe("xxxxx") twice, we will enter the function: void etcdv3::AsyncObserveAction::waitForResponse().
In this function, we will ge…
-
- [x] Install etcd
- [x] #55
- [x] #56
- [x] Run two replicas of hello-rust backend service
- [x] #57
https://etcd.io/docs/v3.5/dev-guide/api_reference_v3/
https://etcd.io/docs/v3.5/learning/a…
-
`package main
import (
"fmt"
"time"
"github.com/rpcxio/libkv/store"
"github.com/rpcxio/rpcx-etcd/store/etcdv3"
)
func main() {
etcdv3.Register()
kv, err := etcdv…
-
## 代码版本:
V0.2.0
## 代码位置:
store/etcdv3/etcdv3.go:187行,以及store/etcdv3/etcdv3.go:108行,均是调用init逻辑
## 问题描述:
两处代码位置同时检测到error,108快于187处,于是keepalive逻辑先生成租约1做保活,Put逻辑后生成租约2替换了租约1,但keepalive逻辑已经陷入无法…
-
**Is your feature request related to a problem? Please describe.**
**Describe the solution you'd like**
Currently, calico-node or felix do not check on OS level env variables when executing thei…
-
server code:
```
func addRegistryPlugin(s *server.Server, serviceConfig *core.ServiceConfig) {
r := &serverplugin.EtcdV3RegisterPlugin{
ServiceAddress: "tcp@" + serviceConfig.Host,
EtcdServe…
-
**Environmental Info:**
RKE2 Version:
Node(s) CPU architecture, OS, and Version:
Cluster Configuration:
**Describe the bug:**
Felix and calico-node should share the same Datas…
-
服务在A机器上进行部署,客户端通过etcd发现服务的目标IP并循环请求服务。将同一个程序部署在服务B上并关闭服务A,客户端不会发现服务B而是报错dial tcp (IPA):8997: connect: connection refused。
上述情况发生在客户端长时间启动之后,客户端如果刚启动的话不会发生上述现象可以成功访问到B的服务。现在怀疑是不是客户端和etcd断开了连接导致。客户端和…