Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
neverchanje committed Jan 26, 2024
1 parent d7bdf33 commit c90e1c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/connector/src/sink/starrocks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ pub struct StarrocksCommon {
/// The StarRocks host address.
#[serde(rename = "starrocks.host")]
pub host: String,
/// The address that connects to the MySQL client of the frontend.
/// The port to the MySQL server of StarRocks FE.
#[serde(rename = "starrocks.mysqlport")]
pub mysql_port: String,
/// The http port for data import.
/// The port to the HTTP server of StarRocks FE.
#[serde(rename = "starrocks.httpport")]
pub http_port: String,
/// The user name used to access the StarRocks database.
Expand Down
4 changes: 2 additions & 2 deletions src/connector/with_options_sink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -460,11 +460,11 @@ StarrocksConfig:
required: true
- name: starrocks.mysqlport
field_type: String
comments: The address that connects to the MySQL client of the frontend. By default, this is 9030.
comments: The port to the MySQL server of StarRocks FE.
required: true
- name: starrocks.httpport
field_type: String
comments: The http port for data import. By default, this is 8030.
comments: The port to the HTTP server of StarRocks FE.
required: true
- name: starrocks.user
field_type: String
Expand Down

0 comments on commit c90e1c4

Please sign in to comment.