DM同步mysql的创建event报错,怎么跳过

找个测试环境,看能不能这样过滤掉mysql的event:

filters:
  rule-1:
    schema-pattern: "test_*"
    table-pattern: "t_*"
    events: ["all ddl"]
    sql-pattern: ["^CREATE.*EVENT"]
    action: Ignore
1 个赞