sycoral opened a new issue #811: MessageSelector.bySql can support key word 
'LIKE'?
URL: https://github.com/apache/rocketmq/issues/811
 
 
   **FEATURE REQUEST**
   
   When I using rocketmq 4.4.0 filter by message with SQL92,but not support key 
word 'LIKE'. In my case, the producer produces a message and can specify any 
number of messengers, but the same message can only be consumed once by one of 
the consumers. An example of the method is as follows:
   ```
   msg1.putUserProperty("a", “,c1,c2,c3”);
   msg2.putUserProperty("a", “,c1,c2”);
   ......
   c2.subscribe("TopicTest", MessageSelector.bySql("a like '%,c2,%'");
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to