We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_panic: Post "http://x.x.x.x:8848/nacos/v1/auth/users/login": dial tcp 10.18.1.4:8848: i/o timeout (Client.Timeout exceeded while awaiting headers) _
登录失败后,直接返回error,导致 无法执行后续流程,进而 无法降级到本地配置
nacos 远程故障,不会抛出异常,自动降级到本地磁盘
The text was updated successfully, but these errors were encountered:
这个看一下是否可以,然后我提交下pr
Sorry, something went wrong.
wangdongyun
No branches or pull requests
如何复现?
_panic: Post "http://x.x.x.x:8848/nacos/v1/auth/users/login": dial tcp 10.18.1.4:8848: i/o timeout (Client.Timeout exceeded while awaiting headers)
_
与 nacos-java-sdk 行为不一致
登录失败后,直接返回error,导致 无法执行后续流程,进而 无法降级到本地配置
nacos-java-sdk的做法
nacos 远程故障,不会抛出异常,自动降级到本地磁盘
The text was updated successfully, but these errors were encountered: