phateffect commented on PR #18527:
URL: https://github.com/apache/camel/pull/18527#issuecomment-3032799545

   > Where are these parameters documented? Are they only from Aliyun or do all 
vendors use those parameters.
   
   @oscerd @davsclaus thanks for taking a look at this PR
   
   All these parameters actually come from the Apache RocketMQ **OFFICIAL** 
SDK, they aren't tied to any particular vendor.
   
   Here are some resources that discuss **namespace**:
   - [Bridge MQTT Data into 
RocketMQ](https://docs.emqx.com/en/emqx/latest/data-integration/data-bridge-rocketmq.html)
   - [Rocketmq Namespace 
Management](https://www.tencentcloud.com/document/product/1113/43123)
   - [OpenTelemetry On Apache RocketMQ 
attributes](https://opentelemetry.io/docs/specs/semconv/messaging/rocketmq/)
   
   Currently, **Apache RocketMQ** offers two sets of SDKs
   - the newer **gRPC** SDK (for 5.x servers)
   - the legacy **remoting** SDK (which this component uses, for 4.x and 5.x 
servers).
   
   The official RocketMQ 5.x site primarily features configuration fields and 
example code for the **gRPC** SDK. For the remoting SDK, you'll generally find 
its documentation and examples under the 4.x documentation.
   
   - [Client Configuration 
4.x](https://rocketmq.apache.org/docs/4.x/parameterConfiguration/01local/)
   - [ClientConfig.java 
5.3.2](https://github.com/apache/rocketmq/blob/rocketmq-all-5.3.2/client/src/main/java/org/apache/rocketmq/client/ClientConfig.java)
   - [Document about Message 
Filtering](https://rocketmq.apache.org/docs/featureBehavior/07messagefilter/)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to