You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/09/09 02:56:48 UTC

[GitHub] [inlong-website] thesumery opened a new pull request, #545: [INLONG-544][Sort] Modify doc for jdbc support ingest all changelog data

thesumery opened a new pull request, #545:
URL: https://github.com/apache/inlong-website/pull/545

   ### Prepare a Pull Request
   
   *[INLONG-544][Sort] Modify doc for jdbc support ingest all changelog data*
   - Fixes #544 
   
   


-- 
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-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong-website] healchow commented on a diff in pull request #545: [INLONG-544][Sort] Modify doc for jdbc support ingest all changelog data

Posted by GitBox <gi...@apache.org>.
healchow commented on code in PR #545:
URL: https://github.com/apache/inlong-website/pull/545#discussion_r968037695


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/load_node/clickhouse.md:
##########
@@ -97,6 +97,7 @@ TODO: 将在未来支持此功能。
 | sink.buffer-flush.interval | 可选 | 1s | Duration | flush 间隔时间,超过该时间后异步线程将 flush 数据。可以设置为 '0' 来禁用它。注意, 为了完全异步地处理缓存的 flush 事件,可以将 'sink.buffer-flush.max-rows' 设置为 '0' 并配置适当的 flush 时间间隔。 |
 | sink.max-retries | 可选 | 3 | Integer | 写入记录到数据库失败后的最大重试次数。 |
 | sink.parallelism | 可选 | (none) | Integer | 用于定义 JDBC sink 算子的并行度。默认情况下,并行度是由框架决定:使用与上游链式算子相同的并行度。 |
+| sink.ignore.changelog | 可选 | false | Boolean |  忽略所有类型的RowKind,全部当做INSERT摄入进来。 |

Review Comment:
   Maybe this is better?
   ```
   忽略所有 RowKind 类型的变更日志,将它们当作 INSERT 的数据来采集。
   ```



-- 
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-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong-website] dockerzhang merged pull request #545: [INLONG-544][Sort] Modify doc for JDBC support ingest all changelog data

Posted by GitBox <gi...@apache.org>.
dockerzhang merged PR #545:
URL: https://github.com/apache/inlong-website/pull/545


-- 
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-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong-website] dockerzhang commented on a diff in pull request #545: [INLONG-544][Sort] Modify doc for JDBC support ingest all changelog data

Posted by GitBox <gi...@apache.org>.
dockerzhang commented on code in PR #545:
URL: https://github.com/apache/inlong-website/pull/545#discussion_r969408683


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/load_node/sqlserver.md:
##########
@@ -93,7 +93,12 @@ TODO: 将在未来支持此功能。
 | sink.buffer-flush.interval | 可选 | 1s | Duration | flush 间隔时间,超过该时间后异步线程将 flush 数据。可以设置为 '0' 来禁用它。注意, 为了完全异步地处理缓存的 flush 事件,可以将 'sink.buffer-flush.max-rows' 设置为 '0' 并配置适当的 flush 时间间隔。 |
 | sink.max-retries | 可选 | 3 | Integer | 写入记录到数据库失败后的最大重试次数。 |
 | sink.parallelism | 可选 | (none) | Integer | 用于定义 JDBC sink 算子的并行度。默认情况下,并行度是由框架决定:使用与上游链式算子相同的并行度。 |
+<<<<<<< HEAD
+| sink.ignore.changelog | 可选 | false | Boolean |  忽略所有类型的RowKind,全部当做INSERT摄入进来。 |
 | inlong.metric | 可选 | (none) | String | inlong metric 的标签值,该值的构成为groupId&streamId&nodeId。|
+=======
+| sink.ignore.changelog | 可选 | false | Boolean |  忽略所有 RowKind 类型的变更日志,将它们当作 INSERT 的数据来采集。 |

Review Comment:
   ditto



##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/load_node/tdsql-postgresql.md:
##########
@@ -93,7 +93,12 @@ TODO: 将在未来支持此功能。
 | sink.buffer-flush.interval | 可选 | 1s | Duration | flush 间隔时间,超过该时间后异步线程将 flush 数据。可以设置为 '0' 来禁用它。注意, 为了完全异步地处理缓存的 flush 事件,可以将 'sink.buffer-flush.max-rows' 设置为 '0' 并配置适当的 flush 时间间隔。 |
 | sink.max-retries | 可选 | 3 | Integer | 写入记录到数据库失败后的最大重试次数。 |
 | sink.parallelism | 可选 | (none) | Integer | 用于定义 JDBC sink 算子的并行度。默认情况下,并行度是由框架决定:使用与上游链式算子相同的并行度。 |
+<<<<<<< HEAD
+| sink.ignore.changelog | 可选 | false | Boolean |  忽略所有类型的RowKind,全部当做INSERT摄入进来。 |
 | inlong.metric | 可选 | (none) | String | inlong metric 的标签值,该值的构成为groupId&streamId&nodeId。|
+=======
+| sink.ignore.changelog | 可选 | false | Boolean |  忽略所有 RowKind 类型的变更日志,将它们当作 INSERT 的数据来采集。 |

Review Comment:
   ditto



##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/load_node/oracle.md:
##########
@@ -94,7 +94,12 @@ TODO: 将在未来支持此功能。
 | sink.buffer-flush.interval | 可选 | 1s | Duration | flush 间隔时间,超过该时间后异步线程将 flush 数据。可以设置为 '0' 来禁用它。注意, 为了完全异步地处理缓存的 flush 事件,可以将 'sink.buffer-flush.max-rows' 设置为 '0' 并配置适当的 flush 时间间隔。 |
 | sink.max-retries | 可选 | 3 | Integer | 写入记录到数据库失败后的最大重试次数。 |
 | sink.parallelism | 可选 | (none) | Integer | 用于定义 JDBC sink 算子的并行度。默认情况下,并行度是由框架决定:使用与上游链式算子相同的并行度。 |
+<<<<<<< HEAD
+| sink.ignore.changelog | 可选 | false | Boolean |  忽略所有类型的RowKind,全部当做INSERT摄入进来。 |
 | inlong.metric | 可选 | (none) | String | inlong metric 的标签值,该值的构成为groupId&streamId&nodeId。|
+=======

Review Comment:
   please fix the conflicts.



##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/load_node/postgresql.md:
##########
@@ -95,7 +95,12 @@ TODO: 将在未来支持此功能。
 | sink.buffer-flush.interval | 可选 | 1s | Duration | flush 间隔时间,超过该时间后异步线程将 flush 数据。可以设置为 '0' 来禁用它。注意, 为了完全异步地处理缓存的 flush 事件,可以将 'sink.buffer-flush.max-rows' 设置为 '0' 并配置适当的 flush 时间间隔。 |
 | sink.max-retries | 可选 | 3 | Integer | 写入记录到数据库失败后的最大重试次数。 |
 | sink.parallelism | 可选 | (none) | Integer | 用于定义 JDBC sink 算子的并行度。默认情况下,并行度是由框架决定:使用与上游链式算子相同的并行度。 |
+<<<<<<< HEAD
+| sink.ignore.changelog | 可选 | false | Boolean |  忽略所有类型的RowKind,全部当做INSERT摄入进来。 |
 | inlong.metric | 可选 | (none) | String | inlong metric 的标签值,该值的构成为groupId&streamId&nodeId。|
+=======
+| sink.ignore.changelog | 可选 | false | Boolean |  忽略所有 RowKind 类型的变更日志,将它们当作 INSERT 的数据来采集。 |
+>>>>>>> ba4a76f570 ([INLONG-544][Sort] Optimize translation)

Review Comment:
   ditto



-- 
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-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org