DongLiang-0 commented on code in PR #27875: URL: https://github.com/apache/doris/pull/27875#discussion_r1411773111
########## docs/zh-CN/docs/ecosystem/flink-doris-connector.md: ########## @@ -312,16 +313,18 @@ ON a.city = c.city ### 通用配置项 -| Key | Default Value | Required | Comment | -|----------------------------------|---------------|----------|----------------------------------------------------------------------------------------------------| -| fenodes | -- | Y | Doris FE http 地址, 支持多个地址,使用逗号分隔 | +| Key | Default Value | Required | Comment | +| -------------------------------- | ------------- | -------- | ------------------------------------------------------------ | +| fenodes | -- | Y | Doris FE http 地址, 支持多个地址,使用逗号分隔 | | benodes | -- | N | Doris BE http 地址, 支持多个地址,使用逗号分隔,参考[#187](https://github.com/apache/doris-flink-connector/pull/187) | -| table.identifier | -- | Y | Doris 表名,如:db.tbl | -| username | -- | Y | 访问 Doris 的用户名 | -| password | -- | Y | 访问 Doris 的密码 | -| doris.request.retries | 3 | N | 向 Doris 发送请求的重试次数 | -| doris.request.connect.timeout.ms | 30000 | N | 向 Doris 发送请求的连接超时时间 | -| doris.request.read.timeout.ms | 30000 | N | 向 Doris 发送请求的读取超时时间 | +| jdbc-url | -- | N | jdbc连接信息,如: jdbc:mysql://127.0.0.1:9030 | +| table.identifier | -- | Y | Doris 表名,如:db.tbl | +| username | -- | Y | 访问 Doris 的用户名 | +| password | -- | Y | 访问 Doris 的密码 | +| auto-redirect | false | N | 是否重定向StreamLoad请求。开启后StreamLoad将通过FE写入,不再显示获取BE信息,同时也可通过开启该参数写入SelectDB Cloud | Review Comment: Same as above ########## docs/en/docs/ecosystem/flink-doris-connector.md: ########## @@ -309,16 +310,18 @@ ON a.city = c.city ### General configuration items -| Key | Default Value | Required | Comment | -|----------------------------------|---------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------| -| fenodes | -- | Y | Doris FE http address, multiple addresses are supported, separated by commas | +| Key | Default Value | Required | Comment | +| -------------------------------- | ------------- | -------- | ------------------------------------------------------------ | +| fenodes | -- | Y | Doris FE http address, multiple addresses are supported, separated by commas | | benodes | -- | N | Doris BE http address, multiple addresses are supported, separated by commas. refer to [#187](https://github.com/apache/doris-flink-connector/pull/187) | -| table.identifier | -- | Y | Doris table name, such as: db.tbl | -| username | -- | Y | username to access Doris | -| password | -- | Y | Password to access Doris | -| doris.request.retries | 3 | N | Number of retries to send requests to Doris | -| doris.request.connect.timeout.ms | 30000 | N | Connection timeout for sending requests to Doris | -| doris.request.read.timeout.ms | 30000 | N | Read timeout for sending requests to Doris | +| jdbc-url | -- | N | jdbc connection information, such as: jdbc:mysql://127.0.0.1:9030 | +| table.identifier | -- | Y | Doris table name, such as: db.tbl | +| username | -- | Y | username to access Doris | +| password | -- | Y | Password to access Doris | +| auto-redirect | false | N | Whether to redirect StreamLoad requests. After being turned on, StreamLoad will be written through FE, and BE information will no longer be displayed. At the same time, it can also be written to SelectDB Cloud by turning on this parameter. | Review Comment: Isn’t it a bit inappropriate to put Selectdb Cloud on doris official website? ########## docs/en/docs/ecosystem/flink-doris-connector.md: ########## @@ -309,16 +310,18 @@ ON a.city = c.city ### General configuration items -| Key | Default Value | Required | Comment | -|----------------------------------|---------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------| -| fenodes | -- | Y | Doris FE http address, multiple addresses are supported, separated by commas | +| Key | Default Value | Required | Comment | +| -------------------------------- | ------------- | -------- | ------------------------------------------------------------ | +| fenodes | -- | Y | Doris FE http address, multiple addresses are supported, separated by commas | | benodes | -- | N | Doris BE http address, multiple addresses are supported, separated by commas. refer to [#187](https://github.com/apache/doris-flink-connector/pull/187) | -| table.identifier | -- | Y | Doris table name, such as: db.tbl | -| username | -- | Y | username to access Doris | -| password | -- | Y | Password to access Doris | -| doris.request.retries | 3 | N | Number of retries to send requests to Doris | -| doris.request.connect.timeout.ms | 30000 | N | Connection timeout for sending requests to Doris | -| doris.request.read.timeout.ms | 30000 | N | Read timeout for sending requests to Doris | +| jdbc-url | -- | N | jdbc connection information, such as: jdbc:mysql://127.0.0.1:9030 | +| table.identifier | -- | Y | Doris table name, such as: db.tbl | +| username | -- | Y | username to access Doris | +| password | -- | Y | Password to access Doris | +| auto-redirect | false | N | Whether to redirect StreamLoad requests. After being turned on, StreamLoad will be written through FE, and BE information will no longer be displayed. At the same time, it can also be written to SelectDB Cloud by turning on this parameter. | Review Comment: Isn’t it a bit inappropriate to put Selectdb Cloud on doris official website? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org