rocketmq-client-cpp
rocketmq-client-cpp copied to clipboard
Apache RocketMQ cpp client
support persistConsumerOffset4PullConsumer;
 我下载rocketmq-client-cpp-2.2.0-source-release.tar解压后 build.sh中下载的openssl1.1.1d无法使用会报错,完换成openssl-openssl-3.0  jsoncpp-0.10.7、libevent-release-2.1.11-stable、boost_1_84_0.tar  1_58出现的是该问题,bootstrap.log是缺少file-query函数  进行到build。rocketmq client cpp这一步就出现上图错误,期望有大佬帮忙解决下该问题
when I use the source code build the lib with command: ` sh build.sh ` it has two errors, my os is mac os M1
## 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...
能否release一个 支持ubuntu20.04系统 的 构建后的包 非常感谢
## What is the purpose of the change Update OpenSSL to 3.0 and optimize for ARM building, fix some parameter error on ARM env.