tidb同步n张表到kafka,配置文件该怎么写?

rules那里后面写上!不同步的表即可,例如下面的写法
rules = [’ *.* ', ‘!test.*’]
rules = ['a.* ', ‘!a.abc’]