Skip to content

Commit

Permalink
ticdc: fix sinkURI typo (pingcap#9301)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustin170506 authored May 7, 2022
1 parent 4c884bb commit 6b0d9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ticdc/manage-ticdc.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ URI 中可配置的的参数如下:
{{< copyable "shell-regular" >}}

```shell
--sink-uri="kafka://127.0.0.1:9092/topic-name?protocol=canal-json&kafka-version=2.4.0&protocol=avro&partition-num=6&max-message-bytes=67108864&replication-factor=1"
--sink-uri="kafka://127.0.0.1:9092/topic-name?kafka-version=2.4.0&protocol=avro&partition-num=6&max-message-bytes=67108864&replication-factor=1"
--opts registry="http://127.0.0.1:8081"
```

Expand Down

0 comments on commit 6b0d9b8

Please sign in to comment.