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

Environment: Windows 10,vs2019,vcpkg and rocketmq master branch. Error Info : There is no "setenv" method in vs2019,but _putenv or _putenv_s

## What is the purpose of the change Turn off message trace automatically for the `producer`, when the `sandResult` suggests to do so. ## Brief changelog turn off message trace...

## What is the purpose of the change Fix typo: contant -> constant ## Brief changelog - replace `Contant` with `Constant` - rename file `src/trace/TraceContant.cpp` as `src/trace/TraceConstant.cpp` - rename file...

## What is the purpose of the change reduce unnecessary tmp copy ## Brief changelog XX ## Verifying this change XXXX Follow this checklist to help us incorporate your contribution...

enhancement

My rocketMQ install rocketmq5.x, when I used rocketmq-client-cpp-2.0.0, SDK throw error like this "No route info of this topic", My topic name is correct。

## What is the purpose of the change Multiple modules can use boost.log at the same time ## Brief changelog 1. Try to configure log on a single sink as...

I used producer to send sync message , sometimes it will send failed, error info like : ‘GetTransport of:x.x.x.x:yyyy get timed_mutex timeout' 'No route information of this topic:xxx' [Error Detail]...

能否release一个 支持mac m2 的 构建后的包 非常感谢 [rocketmq-client-cpp-2.2.0-bin-release-darwin.tar.gz]是amd86的

I use python client (https://github.com/apache/rocketmq-client-python) to call rocketmq-client-cpp ,and when I consumer some messages,I get that: terminate called ater throwing an instance of 'boost::exception_detail::clone_impl' what(): zlib error my env: os...

## What is the purpose of the change add a flag to control whether to retry another broker when store is not okay. ## Brief changelog XX ## Verifying this...