rocketmq-client-cpp
rocketmq-client-cpp copied to clipboard
Apache RocketMQ cpp client
[librocketmq.dylib.zip](https://github.com/user-attachments/files/23176559/librocketmq.dylib.zip) ```bash unzip librocketmq.dylib.zip mv librocketmq.dylib /usr/local/lib/ ```
arm bug
The issue tracker is **ONLY** used for the CPP/C client (feature request of RocketMQ need to follow [RIP process](https://github.com/apache/rocketmq/wiki/RocketMQ-Improvement-Proposal)). Keep in mind, please check whether there is an existing same...
## What is the purpose of the change fix #503 ## Brief changelog XX ## Verifying this change XXXX Follow this checklist to help us incorporate your contribution quickly and...
**BUG REPORT** 1. Please describe the issue you observed: When no queues have been allocated, RocketMQ Broker get the client ConsumerRunningInfo will deserialize error. ```java com.alibaba.fastjson.JSONException: syntax error, expect {,...
The issue tracker is **ONLY** used for the CPP/C client (feature request of RocketMQ need to follow [RIP process](https://github.com/apache/rocketmq/wiki/RocketMQ-Improvement-Proposal)). Keep in mind, please check whether there is an existing same...
## What is the purpose of the change related: https://github.com/apache/rocketmq-client-cpp/issues/499 Fix log sharding bug ## Brief changelog The **set_file_collector** function only limits the size of all logs, the **set_rotation_size** function...
**BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? Taking mqAdmin as an example, when I call **SetMQAdminLogFileNumAndSize** to trigger the...
## What is the purpose of the change related issue: https://github.com/apache/rocketmq-client-cpp/issues/494 ## Brief changelog 1. Expose the MqAdmin API 2. Add Default MQAdmin test case 3. Add MQAdmin usage example...