Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neverchanje committed Jan 26, 2024
1 parent 8efbc72 commit d7bdf33
Showing 1 changed file with 2 additions and 2 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. By default, this is 9030.
/// The address that connects to the MySQL client of the frontend.
#[serde(rename = "starrocks.mysqlport")]
pub mysql_port: String,
/// The http port for data import. By default, this is 8030.
/// The http port for data import.
#[serde(rename = "starrocks.httpport")]
pub http_port: String,
/// The user name used to access the StarRocks database.
Expand Down

0 comments on commit d7bdf33

Please sign in to comment.