rocketmq-client-cpp icon indicating copy to clipboard operation
rocketmq-client-cpp copied to clipboard

Apache RocketMQ cpp client

Results 88 rocketmq-client-cpp issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/50660789/152940387-1275e561-9eec-46eb-bdc1-68ffa28fd114.png) ![image](https://user-images.githubusercontent.com/50660789/152940466-ad55605d-abbf-4169-93e2-046c71cbf115.png) 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: ![20220209-104005](https://user-images.githubusercontent.com/50660789/153112059-04ca2b0e-3e00-4195-99d9-aa60d8eca97b.png) after: ![20220209-104430](https://user-images.githubusercontent.com/50660789/153112117-c586d92d-debd-47bf-900f-a42c19829045.png) 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". ![image](https://user-images.githubusercontent.com/50660789/148731603-fe459c84-1039-4dee-8ae0-01701c331158.png) 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...