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
客户端启动时,可以通过调用ServerHealthy()无副作用地获取对应nacos server的连通状况,决定继续服务还是暂停获取信息。
目前浏览sdk代码时发现 naming_client.NamingClient 类中的私有成员 serviceProxy 的接口拥有ServerHealthy()方法,但无法从项目中直接调用。
naming_client.NamingClient
serviceProxy
希望可以将 ServerHealthy() 方法暴露到 naming_client.INamingClient 接口中,可以通过创建的naming client直接调用。
ServerHealthy()
naming_client.INamingClient
The text was updated successfully, but these errors were encountered:
可以的,如果感兴趣欢迎提交pr
Sorry, something went wrong.
#677
No branches or pull requests
Use case(s) - what problem will this feature solve?
客户端启动时,可以通过调用ServerHealthy()无副作用地获取对应nacos server的连通状况,决定继续服务还是暂停获取信息。
Proposed Solution
目前浏览sdk代码时发现
naming_client.NamingClient
类中的私有成员serviceProxy
的接口拥有ServerHealthy()方法,但无法从项目中直接调用。希望可以将
ServerHealthy()
方法暴露到naming_client.INamingClient
接口中,可以通过创建的naming client直接调用。Alternatives Considered
Additional Context
The text was updated successfully, but these errors were encountered: