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

![image](https://github.com/apache/rocketmq-client-cpp/assets/102527899/68688bff-2e5e-485d-bc64-3b05bc0f5374) 我下载rocketmq-client-cpp-2.2.0-source-release.tar解压后 build.sh中下载的openssl1.1.1d无法使用会报错,完换成openssl-openssl-3.0 ![image](https://github.com/apache/rocketmq-client-cpp/assets/102527899/1ab0828d-2b39-4e99-b65c-4dc18c6a02fc) jsoncpp-0.10.7、libevent-release-2.1.11-stable、boost_1_84_0.tar ![image](https://github.com/apache/rocketmq-client-cpp/assets/102527899/97e52bef-e3ef-4a34-83ca-c3d9f1debb79) 1_58出现的是该问题,bootstrap.log是缺少file-query函数 ![image](https://github.com/apache/rocketmq-client-cpp/assets/102527899/b26c7733-8ffc-41b5-b80d-bd6435a8286a) 进行到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 ![Image](https://github.com/user-attachments/assets/d6399137-4c0f-484a-818b-cc6748ae50e5) 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.