lizhimins opened a new issue, #967: URL: https://github.com/apache/rocketmq-clients/issues/967
### Before Creating the Enhancement Request - [x] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Programming Language of the Client C++ ### Summary [X] 支持配置 Namespace 适配公网访问场景 [X] 校验 Producer Message Body 发送为空,在发送和服务端 ResponseCode 都添加。 [X] 支持定时消息取消特性。 [X] Producer 从 TopicRoute 中获取 endpoints,且根据 message queue 的读写权限发消息。 [X] SimpleConsumer 从 TopicRoute 中获取 endpoints,且根据 message queue 的读写权限收消息 [X] PushConsumer 中 QueryAssignment 时选择 endpoints 时依然保证从 TopicRoute 中选择,不做权限过滤,但是会优先选择用户配置和 TopicRoute 结果中的交集 endpoints ,其次采用 TopicRoute 结果中 endpoint。理解一下:如果接入点 QueryRoute 返回了接入点为 ABC,用户配置 EF,那么 ABC 随便选(cname 场景),用户配置 AD,那么应该取交集用 A 作为接入点。 这里简单解释为返回的接入点中如果有用户填写的接入点,就使用用户填写的。 ### Motivation Improve C++ gRPC rocketmq client ### Describe the Solution You'd Like Improve C++ gRPC rocketmq client ### Describe Alternatives You've Considered Improve C++ gRPC rocketmq client ### Additional Context _No response_ -- 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: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org