Skip to content

Commit

Permalink
[Doc][Connector-V2] StarRocks nodeUrls property name fix (#4951)
Browse files Browse the repository at this point in the history
node_urls -> nodeUrls
node_urls doesn't work
  • Loading branch information
DismalSnail authored Jun 21, 2023
1 parent 6e8de0e commit 2667789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/connector-v2/sink/StarRocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The internal implementation of StarRocks sink connector is cached and imported b

| name | type | required | default value |
|-----------------------------|---------|----------|-----------------|
| node_urls | list | yes | - |
| nodeUrls | list | yes | - |
| base-url | string | yes | - |
| username | string | yes | - |
| password | string | yes | - |
Expand All @@ -33,7 +33,7 @@ The internal implementation of StarRocks sink connector is cached and imported b
| save_mode_create_template | string | no | see below |
| starrocks.config | map | no | - |

### node_urls [list]
### nodeUrls [list]

`StarRocks` cluster address, the format is `["fe_ip:fe_http_port", ...]`

Expand Down

0 comments on commit 2667789

Please sign in to comment.