rocketmq-client-cpp
rocketmq-client-cpp copied to clipboard
Apache RocketMQ cpp client
uname -a Darwin MacBook-Pro.local 19.6.0 Darwin Kernel Version 19.6.0: Mon Aug 31 22:12:52 PDT 2020; root:xnu-6153.141.2~1/RELEASE_X86_64 x86_64 branch: master jsoncpp-0.10.7、boost_1_78_0.tar、libevent-release-2.1.11-stable [ 27%] Linking CXX shared library ../../bin/librocketmq.dylib cd /Users/xiexueyun/Documents/GithubCode/rocketmq-client-cpp/tmp_build_dir/project &&...
## What is the purpose of the change #402 ## Brief changelog ## Verifying this change   Follow this checklist to help us incorporate your contribution quickly and easily....
## What is the purpose of the change #404 ## Brief changelog Add c interface to set current client language. ## Verifying this change before:  after:  Follow this...
I meet this problem. What is the reason for this problem > boost*.tar.gz exists > -n Building Boost.Build engine with toolset darwin... > > Failed to build Boost.Build build engine...
**BUG REPORT** 1. Please describe the issue you observed: When we extend the Python sdk with the c interface of the c++ sdk, we find the following question: - [x]...
**BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? By using Python SDK, we found that the language of client in...
**BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? When I run a cpp consumer, I found that there's no clientID...
The c++ sdk's default trace topic was set to "rmq_sys_TRACE_DATA_DEFAULT_REGION",and the broker's default trace topic is "RMQ_SYS_TRACE_TOPIC".  Because of above setting,when I switched trace on,causing an exception as follows:...
the duplicated message id: 0A64F892048A1B9871B45B0C6972005C [2021-Dec-18 16:19:00.037053](info):processResponseCommand, code:11, opaque:1028, maxRetryTimes:1, retrySendTimes:1[processResponseCommand:520] [2021-Dec-18 16:19:00.037081](info):cancelTimerCallback: opaque:1028[cancelTimerCallback:625] [2021-Dec-18 16:19:00.037153](info):handleAsyncRequestTimeout aborted opaque:1028, e_code:125, msg:操作已取消[handleAsyncRequestTimeout:538] [2021-Dec-18 16:19:00.037315](info):incConsumeRT before Key:zhujiuyin_async_topic@zhujiuyin_async_consumer, RT:13608, Count: 1[incConsumeRT:103] [2021-Dec-18 16:19:00.037352](info):incConsumeRT After...
I use the following code to add accessKey, secretKey, accessChannel ``` auto rpcHook = std::make_shared(rocketmq::SessionCredentials("LTAI4GGqhTNXtKsLtoKU8FMq", "xxxxxxxxxxxx", "ALIYUN")); m_Producer.setRPCHook(rpcHook); ``` Connecting to Alibaba Cloud's rocketmq, the log reports an error: "No...