You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2018/08/30 02:29:38 UTC

[GitHub] mushang8923 edited a comment on issue #427: message filter

mushang8923 edited a comment on issue #427: message filter
URL: https://github.com/apache/rocketmq/issues/427#issuecomment-417167233
 
 
   @dongeforever 
   filter sqlConsumer写的有语法错误
     MessageSelector.bySql("(TAGS is not null and TAGS in ('TagA', 'TagB'))" +
                       "and (a is not null and a between 0  3)"));
   要用这个sqlfilter还要增加配置enablePropertyFilter=true 吧

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services