出现这种错误百度了下,然后自己试了下,因为自己搭的是主从的集群,所以有点问题。

首先你如果报了这个错

The broker does not support consumer to filter message by SQL92

然后你就要去改配置文件

如果是集群像我这种就要改两个配置文件,broker-a.properties,broker-a-s.properties

加上一行

enablePropertyFilter = true

就可以了。

然后通过rocketmq-console来查看,集群中的这个属性是否为true,为true就成功了

Rocketmq使用sql过滤时报The broker does not support consumer to filter message by SQL92

相关文章:

  • 2021-07-11
  • 2022-12-23
  • 2021-07-06
  • 2021-12-25
  • 2021-05-06
  • 2021-09-18
  • 2021-06-01
  • 2022-01-15
猜你喜欢
  • 2021-05-09
  • 2022-12-23
  • 2021-11-02
  • 2021-08-17
  • 2021-08-04
  • 2021-07-29
相关资源
相似解决方案