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
nacos-client :2.0.3 Instance instance = namingService.selectOneHealthyInstance("service03"); 这个行代码报了异常,service03服务只有一个实例,但这个实例是不健康的,我的预期结果应该是instance ==null,但是实际上抛异常了。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
nacos-client :2.0.3
Instance instance = namingService.selectOneHealthyInstance("service03");
这个行代码报了异常,service03服务只有一个实例,但这个实例是不健康的,我的预期结果应该是instance ==null,但是实际上抛异常了。
The text was updated successfully, but these errors were encountered: