takagi
takagi
## What is the purpose of the change related: https://github.com/apache/rocketmq-client-cpp/issues/496 Fix compilation issues in test code ## Brief changelog Modify the call parameters of **okMQAResult** and **sendMessage** in the test...
**BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? 1.1 set build.sh declare test=1  1.2 Execute `sh build.sh` in the...
FEATURE REQUEST Please describe the feature you are requesting. The dynamic library (.so or .dylib) generated by the C++ client only implements basic message sending and receiving functions, and lacks...
## 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...
## What is the purpose of the change related https://github.com/apache/rocketmq-client-go/issues/1209 If the user is using cluster, convert it internally to brokerAddress
**FEATURE REQUEST** 1. Please describe the feature you are requesting. when i want to create topic, i found it only support brokerAddress, but in java, it support clusterName. When a...