lwclover opened a new pull request #3295: URL: https://github.com/apache/rocketmq/pull/3295
最近使用RocketMQ pull API做了消息同步的功能,也就是将指定topic消息从一个集群同步到另外一个集群。 考虑到性能因素,第一印象就是使用pull API。 这个功能在编写的过程中,发现simple里的demo并不适用于生产环境,所以利用自己对RocketMQ理解使用PULL API 使用PULL API需要考虑一下几点: 1.消息队列的负载均衡 2.消费进度的存储 3.PullResult的处理 4.性能监控 -- 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]
