【 TiDB 使用环境】生产\测试环境\ POC
【 TiDB 版本】
5.0.4
【遇到的问题】
tiup ctl:v5.0.4 cdc changefeed create --pd=http://127.0.0.1:2379 --sink-uri=‘kafka://127.0.0.1:9092/topic-name?kafka-version=3.2.3&partition-num=1&max-message-bytes=67108864&replication-factor=1&protocol=canal-json’ --changefeed-id=“replication-task-2” --config changefeed_config.toml
[filter]
rules = [‘test_yafei.test2*’]
[sink]
dispatchers = [
{matcher = [’.’], topic = “{schema}_{table}”},
]
启动ticdc任务报错
Error: component TiCDC changefeed’s config file changefeed_config.toml contained unknown configuration options: sink.dispatchers.topic
【复现路径】做过哪些操作出现的问题
【问题现象及影响】