Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: contained unknown configuration options: sink.dispatchers.topic v5.0.4版本
【TiDB Usage Environment】Production\Test Environment\POC
【TiDB Version】
5.0.4
【Encountered Problem】
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}”},
]
Error when starting ticdc task
Error: component TiCDC changefeed’s config file changefeed_config.toml contained unknown configuration options: sink.dispatchers.topic
【Reproduction Path】What operations were performed to cause the issue
【Problem Phenomenon and Impact】