Erik1288 commented on issue #5516: URL: https://github.com/apache/rocketmq/issues/5516#issuecomment-1326132338
> > 是的,本质上是把 同类型的 多个小请求 合并成一个大请求。这个在原生 RocketMQ 中确实没有太多小请求,不过在流计算场景下,不管是主动使用 API,还是 Stream 间接使用 API,这样的 case 会变多,RMQ 应该要往这个方向发展。这方面 可以参考下 Kafka,它的几乎所有的 RPC 都是 直接 Multi-Entity 的,这样 RPC 的效率比较高。 -- 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]
