Re: [I] what kind of expression should be put in subscribe(self, topic, callback, expression='*') [rocketmq-client-python]

2023-11-01 Thread via GitHub
ifplusor commented on issue #145: URL: https://github.com/apache/rocketmq-client-python/issues/145#issuecomment-1789000306 There is no plan in the c++ client. Maybe you can look at the [new client project](https://github.com/apache/rocketmq-clients). -- This is an automated message from

Re: [I] what kind of expression should be put in subscribe(self, topic, callback, expression='*') [rocketmq-client-python]

2023-10-22 Thread via GitHub
ys270 commented on issue #145: URL: https://github.com/apache/rocketmq-client-python/issues/145#issuecomment-1774378493 thanks, do you plan to support others in the future? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] what kind of expression should be put in subscribe(self, topic, callback, expression='*') [rocketmq-client-python]

2023-10-20 Thread via GitHub
ifplusor commented on issue #145: URL: https://github.com/apache/rocketmq-client-python/issues/145#issuecomment-1772144412 It only supports "||" in expression at present. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[I] what kind of expression should be put in subscribe(self, topic, callback, expression='*') [rocketmq-client-python]

2023-10-19 Thread via GitHub
ys270 opened a new issue, #145: URL: https://github.com/apache/rocketmq-client-python/issues/145 I want to use SQL in expression to filter message properties when consuming messages, but it seems that I cannot get the messages I want. I put "Tag=test AND creator=xx" in expression and I