GitHub user tanjun1536 added a comment to the discussion: 5.x cpp
clients是依赖特定的版本的第三方库么?
请问你是在windows上编译的还是Linux上编译的?
GitHub link:
https://github.com/apache/rocketmq-clients/discussions/590#discussioncomment-10892784
This is an automatically sent email for dev@rocketmq.apache.org.
To un
GitHub user tanjun1536 added a comment to the discussion: rocketmq5.x版本cpp
grpc客户端,producer生产消息,配置rocketmq集群中的所有proxy地址,发送消息始终都只发到一台broker
你的客户端是在windows上编译的还是Linux上编译的?
GitHub link:
https://github.com/apache/rocketmq-clients/discussions/712#discussioncomment-10892626
This is an automat
GitHub user tanjun1536 added a comment to the discussion: 怎样在windows上编译5.x
cpp客户端?
2、windows下vs2019或vs2022能编译吗?
GitHub link:
https://github.com/apache/rocketmq-clients/discussions/843#discussioncomment-10892662
This is an automatically sent email for dev@rocketmq.apache.org.
To unsubsc
+1
On Mon, Sep 30, 2024 at 12:55 PM caigy wrote:
> +1(Non-binding), I checked:
>
> [OK] Checksums and PGP signatures are valid for Source package.
> [OK] Checksums and PGP signatures are valid for Binary package.
> [OK] Source code artifacts have correct names matching the current
> release.
Hi, RocketMQ community:
The Apache RocketMQ 5.3.1 vote is now closed and has passed with [3]
binding +1s, [1] non-binding +1s and no 0 or -1:
*Binding votes +1s:*
- fuyou
- RongtongJin
- lollipop
*Non-binding votes +1s:*
- caigy
The release will be published soon.
Best Regards
The Apache
GitHub user cserwen added a comment to the discussion: rocketmq水平扩容
目前没有拷贝 topic consumer 配置的工具,复制 topic.json 是比较直接有效的方法,受限于 rocketmq
没有中心化的元数据存储,目前只有这个策略
GitHub link:
https://github.com/apache/rocketmq/discussions/8582#discussioncomment-10899318
This is an automatically sent email for
GitHub user cserwen added a comment to the discussion: 消费者负载均衡有些疑惑
你说的这种情况确实存在 @xhrg
- 在4.x 版本的 Rebalance 算法中,得到的效果是最终一致,rebalance 期间会出现短暂的堆积或者消费重复,但是由于 Broker
会同时通知所有 client 进行 balance,所以这个耗时会非常短,影响不大
- 到了5.x版本,我们支持了 POP 消费,拉取消息时服务端会加锁,消费进度由服务端维护,不会出现一个queue同时被多个节点消费的情况
GitHub link:
https:/