jiangdongzi commented on PR #2228: URL: https://github.com/apache/brpc/pull/2228#issuecomment-1527182506
@wwbmmm @chenBright 我自己测试通过了, 实现moved, 和slot路由, 还没实现asking, 可以帮忙提些意见 我自己觉得可以改的地方是不需要EMOVED这个错误码, 直接检测到moved错误, 在redis_protocol.cc中直接IssueRpc就行, 但是需要把对应的类设置为Controller的 friend 实现思路就是实现一个redis_cluster_naming_service 来执行 `CLUSTER SLOTS` 提取对应的信息, 通过tag传给consitent_hashing_load_balancer, 实现一个新的redis_cluster_replica_policy, hash与slot一一对应. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
