YunYe

Results 24 comments of YunYe

Did you config `spring.cloud.nacos.config.enabled=false` in **bootstrap.properties**?

> yes, it is not working Refer to the official Spring documentation for instructions: > If you want to retrieve specific profile configuration, you should also set `spring.profiles.active` in `bootstrap.[properties...

> 规范定位文档中,关于容错治理规则的定义: ```yaml apiVersion: fault-tolerance.opensergo.io/v1alpha1 kind: FaultToleranceRule metadata: name: my-rule namespace: prod labels: app: my-app # 规则配置生效的应用名 spec: targets: - targetResourceName: '/foo' strategies: - name: rate-limit-foo fallbackAction: fallback-foo ``` {.metadata.labels}是设置当前`容错治理规则`配置生效的应用名?...

遇到这个问题,查看日志发现 `error=server check request failed , err:rpc error: code = Unavailable desc = connection error: desc = "error reading server preface: EOF"` 关闭vpn并重启电脑后解决.(MacOS13系统) 希望对你有帮助