apache / rocketmq-flink

RocketMQ integration for Apache Flink. This module includes the RocketMQ source and sink that allows a flink job to either write messages into a topic or read from topics in a flink job.

Home Page:https://rocketmq.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When will the SQL92 filter mode be supported?

ChoviWu opened this issue · comments

At present, we do not use the tag subscription mode, but use the sql92 expression to filter messages, and can support custom extended messages beforehook and afterhook

@ChoviWu , do you have interest to support this feaure? IMO, the sql92 expression could be the DDL table option to configure the consumer.

Hi, @SteNicholas .I have interest to support this feature.