You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/12/27 03:17:20 UTC

[GitHub] [rocketmq-client-go] maqingxiang opened a new issue, #979: SQL Filtering supports `/`

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: commits-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-client-go] francisoliverlee commented on issue #979: SQL Filtering supports `/`

Posted by "francisoliverlee (via GitHub)" <gi...@apache.org>.
francisoliverlee commented on issue #979:
URL: https://github.com/apache/rocketmq-client-go/issues/979#issuecomment-1420296030

   message properties最好不包含sql中的关键字或者被识别为token的字符串。 斜线不建议使用


-- 
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-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org