Skip to content

Commit ba547f1

Browse files
authored
ticdc: add [[filter.event-filters]] to the toml example (#20319)
1 parent e9c5381 commit ba547f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ticdc/ticdc-ddl.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ rules = ['test.t*']
129129
[filter]
130130
rules = ['test.t*']
131131

132+
[[filter.event-filters]]
132133
matcher = ["test.t1"] # 该过滤规则只应用于 test 库中的 t1 表
133134
ignore-event = ["create table", "drop table", "truncate table", "rename table"]
134135
```

0 commit comments

Comments
 (0)