Contained unknown configuration options: sink.dispatchers.topic in version v5.0.4

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版本

| username: 大飞飞呀

【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】

| username: h5n1 | Original post link

There should be no topic = “{schema}_{table}”.

| username: system | Original post link

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.