chongg039 opened a new issue, #2527:
URL: https://github.com/apache/brpc/issues/2527

   **Describe the bug (描述bug)**
   
   请教下,我们的场景是下游配置n个server,client用一致性哈希选择一个server建立连接。期望的动作时在
   1. 第一次发起连接请求
   2. FO切换连接
   时,client首先需要和服务端交互,类似应用层握手,成功后返回状态,此时client才能正常发送数据。
   
   
我看了下代码,貌似DynamicPartitionChannel内部都是IssueRPC的时候选择一个可用的channel,应用层并无类似的hook调用方式感知到变化。请问有什么相关的经验可以借鉴吗
   
   **To Reproduce (复现方法)**
   
   
   **Expected behavior (期望行为)**
   
   
   **Versions (各种版本)**
   OS:
   Compiler:
   brpc:
   protobuf:
   
   **Additional context/screenshots (更多上下文/截图)**
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to