CDC: ErrSinkURIInvalid

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: CDC:ErrSinkURIInvalid

| username: magongyong

[TiDB Usage Environment] Production Environment / Testing / Poc
[TiDB Version] 6.5.5
[Reproduction Path] Operations performed that led to the issue
tiup cdc cli changefeed create --server=http://xxx.xxx.xxx.xxx:8303 --sink-uri=“kafka://xxx.xxx.xxx.xxx:9092/doris_test?protocol=canal-json&kafka-version=3.2.0&partition-num=3&max-message-bytes=67108864&replication-factor=2” --changefeed-id=“changefeed-tidb-to-doris-test” --config=changefeed-tidb-to-doris-test.toml

[Encountered Issue: Issue Phenomenon and Impact]

How to handle this error?

[Resource Configuration] Go to TiDB Dashboard - Cluster Info - Hosts and take a screenshot of this page
[Attachments: Screenshots/Logs/Monitoring]

| username: magongyong | Original post link

TiDB synchronizes data to Kafka through TiCDC. After creating the changefeed, there is this error when querying the task.

| username: magongyong | Original post link

Copied and modified according to the official website.

| username: onlyacat | Original post link

Take a look at the CDC log.

| username: 像风一样的男子 | Original post link

Please post the configuration file changefeed-tidb-to-doris-test.toml.

| username: magongyong | Original post link

The issue has been resolved. It was a problem with the configuration file. Adding dispatchers fixed it.

| username: system | Original post link

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