my-vegatable-has-exploded commented on issue #1511: URL: https://github.com/apache/incubator-brpc/issues/1511#issuecomment-898373296
感谢回复。 之前没有描述清楚,在一台机器有多个实例,这多个实例会想其它机器上面的多个实例频繁发送消息,我想要把一段时间内发往相同机器rpc请求合并起来在同一个时间发送以减小网络负担,  像这个把a,b的请求合成c,然后c一段时间后发给d,再由d下发给下面的服务e,f,最后实现a向e发送rpc,b向f发送rpc。 原先a,b,e,f对rpc的处理涉及许多需要controller处理的地方,最后也需要调用closure->Done(),不知道要怎么处理这两个的合并。 -- 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]
