rocketmq-client-cpp
rocketmq-client-cpp copied to clipboard
Apache RocketMQ cpp client
问题描述:在和服务端通信的过程中崩溃,崩溃在TopicRouteData的构造函数中,怀疑是比大小方法写的有问题,导致在收到某些数据之后,sort抛出异常    麻烦大神帮忙看看
fix #479 ### 根因分析 根因:AsyncPullCallback 构建存在并发问题,导致多个 pull 线程消费同一个队列。 - 每个 queue 对应一个 PullRequest,Rebalance 负责添加和删除队列,并对每个队列对应的 PullRequest 进行初始化,或配置状态为 Drop。 - 消息拉取依赖 PullRequest 的状态,如果 PullRequest 状态不为 Drop,会重复利用这个 PullRequest 进行循环拉取。 - C++ sdk 中每个队列对应的...
fix #481 ### Root cause of the problem: 1. The consumer would set all exist pull request as dropped and do rebalance after change the local offset and the broker's...
Add c interfaces to get message's store host.
**BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? Reset the consumer's consume offset - What did you expect to see?...
**BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? 1. Start a consumer client c1. 2. Start another consumer client c2...
rocketmq-client-cpp是否支持在UNIX系统上如 AIX 系统上进行编译? 如果支持的话,能否提供一个release包 或者 编译步骤。
**BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? Build rocketmq-client-cpp with boost-1.89 - What did you expect to see? Build...