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
问题:
The text was updated successfully, but these errors were encountered:
😭这个地方不支持异步接口好痛苦, 尤其是占中一个bthread, 按照 file_naming_service 构造自己的namingservice, 每次启动都堵塞。
NamingServiceActions 透出来外部调用好像更方便。
Sorry, something went wrong.
不支持纯异步接口。每个地址都要占用一个bthread(的内存),而这些bthread大部分时候在sleep,应该用纯异步降低开销。
@jamesge 纯异步接口是指不起bthread,直接在NamingServiceThread::Start里发起异步调用请求下游节点信息,然后在回调函数更新lb吗?
No branches or pull requests
问题:
The text was updated successfully, but these errors were encountered: