Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is rocketmq-client-cpp 2.0.0 support rocketmq5.x? #460

Open
larryhq opened this issue Nov 20, 2023 · 2 comments
Open

Is rocketmq-client-cpp 2.0.0 support rocketmq5.x? #460

larryhq opened this issue Nov 20, 2023 · 2 comments

Comments

@larryhq
Copy link

larryhq commented Nov 20, 2023

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。

@ifplusor
Copy link
Contributor

To use 5.0, please look at https://github.com/apache/rocketmq-clients

@wedvefv
Copy link

wedvefv commented Jan 18, 2024

If rocker5.x is set up using proxy mode, clients can use the gRPC protocol for requests. However, in this case, the server needs to be configured with a gRPC port in conf/rmq-proxy.json, and the access_point should be written as [nameserverIp]:[GrpcPort], rather than nameserverIp:9876. If a non-gRPC client is used, I have tested that rocketmq5.1.4 can send and receive messages normally using rocketmq-client-cpp-2.2.0 (which uses non-gRPC protocol communication by default).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants