-
Notifications
You must be signed in to change notification settings - Fork 165
Question about onsChannel param #124
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
Comments
This method provides the ability to connect some cloud platform with your AK, SK using a specific signature, such as aliyun and so on. eg, "ALIYUN" should be set to the Channel when connecting to aliyun platform and the c style API is recommend to use like |
If I setup authentication for my local RocketMQ instance, can I use |
Just leave them none, if you wanna connect local broker without authentication. |
Did you mean with authentication? |
@ShannonDing I think you should make some clear when supporting some cloud service. |
|
@ShannonDing Thanks! |
What does
onsChannel
param mean insetSessionCredentials
method?rocketmq-client-cpp/include/MQClient.h
Lines 174 to 176 in a42078d
The text was updated successfully, but these errors were encountered: