pig6 opened a new issue, #987: URL: https://github.com/apache/rocketmq-clients/issues/987
### Before Creating the Bug Report - [x] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq-clients/discussions). - [x] I have searched the [GitHub Issues](https://github.com/apache/rocketmq-clients/issues) and [GitHub Discussions](https://github.com/apache/rocketmq-clients/discussions) of this repository and believe that this is not a duplicate. - [x] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Programming Language of the Client Java ### Runtime Platform Environment 使用Java grpc客户端(坐标:rocketmq-clent-java 5.0.4)发送消息时会校验topic名称,导致报错:**rocketmq topic does not match the regex [regex=^[%a-zA-Z0-9_-]+$]** 而golang客户端发消息却没有报错。 目前线上topic都是使用|去做隔离符号拼接的啊,为啥突然要在Java客户端加Topic校验 ### RocketMQ Version of the Client/Server rocketmq-clent-java 5.0.4 ### Run or Compiler Version _No response_ ### Describe the Bug rocketmq topic does not match the regex [regex=^[%a-zA-Z0-9_-]+$] ### Steps to Reproduce golang的客户端是没有校验的 ### What Did You Expect to See? Java grpc客户端发消息时去掉校验,不然线上所有Topic都发不了消息,要使用proxy组件很困难 ### What Did You See Instead? no ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
