maqingxiang opened a new issue, #979:
URL: https://github.com/apache/rocketmq-client-go/issues/979

   Here we have the scenario where the message properties are named with `/`, 
e.g. `a/b/c`. To filter those attributes, we're eager on the enhancement of SQL 
filterting that is able to handle special characters such as `/`.
   
   We've tried defining `/` in the `ID` of 
`org.apache.rocketmq.filter.parser.SelectorParser` but it didn't worked as 
expected, the error message is like
   Caused by: 
com.alipay.sofa.sofamq.org.shade.apache.rocketmq.client.exception.MQClientException:
 CODE: 23  DESC: org.apache.rocketmq.filter.parser.TokenMgrError: Lexical error 
at line 1, column 3.  Encountered: "b" (98), after : "/"


-- 
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