[GitHub] [inlong] lordcheng10 opened a new pull request, #7418: [INLONG-7417][Sort] Use SinkTableMetricData instead of SinkMetricData in IcebergSingleStreamWriter

2023-02-23 Thread via GitHub
lordcheng10 opened a new pull request, #7418: URL: https://github.com/apache/inlong/pull/7418 ### Prepare a Pull Request - Fixes https://github.com/apache/inlong/issues/7417 ### Motivation Use SinkTableMetricData instead of SinkMetricData in IcebergSingleStreamWriter ###

[GitHub] [inlong] EMsnap commented on a diff in pull request #7416: [INLONG-7410][Sort] Support open incremental snapshot in oracle cdc connector

2023-02-23 Thread via GitHub
EMsnap commented on code in PR #7416: URL: https://github.com/apache/inlong/pull/7416#discussion_r1115346134 ## inlong-sort/sort-connectors/cdc-base/src/main/java/org/apache/inlong/sort/cdc/base/source/reader/IncrementalSourceRecordEmitter.java: ## @@ -0,0 +1,176 @@ +/* + * Lice

[inlong] branch master updated: [INLONG-7411][Sort] Fix the invalid of kafka source meitric due to inlongMetric being null (#7409)

2023-02-23 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git The following commit(s) were added to refs/heads/master by this push: new 34a7e8f50 [INLONG-7411][Sort] Fix the inval

[GitHub] [inlong] dockerzhang merged pull request #7409: [INLONG-7411][Sort] Fix the invalid of kafka source meitric due to inlongMetric being null

2023-02-23 Thread via GitHub
dockerzhang merged PR #7409: URL: https://github.com/apache/inlong/pull/7409 -- 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...@inlong.

[GitHub] [inlong] yunqingmoswu commented on a diff in pull request #7416: [INLONG-7410][Sort] Support open incremental snapshot in oracle cdc connector

2023-02-23 Thread via GitHub
yunqingmoswu commented on code in PR #7416: URL: https://github.com/apache/inlong/pull/7416#discussion_r1115341835 ## inlong-sort/sort-connectors/oracle-cdc/src/main/java/org/apache/inlong/sort/cdc/oracle/table/OracleTableSourceFactory.java: ## @@ -127,7 +118,17 @@ public Dynami

[GitHub] [inlong] gong commented on pull request #7414: [INLONG-7412][Sort] Fix dependency error: java.lang.NoClassDefFoundError

2023-02-23 Thread via GitHub
gong commented on PR #7414: URL: https://github.com/apache/inlong/pull/7414#issuecomment-1441377757 @lordcheng10 `sort-connector-base` module includes `aws-java-sdk-s3` package, Maybe other connector can cause same problem, for eaxmple HBase, kafka etc. Maybe you can modify other pom file.

[GitHub] [inlong-website] dockerzhang opened a new issue, #687: [Improve] Optimize the standalone deployment guide

2023-02-23 Thread via GitHub
dockerzhang opened a new issue, #687: URL: https://github.com/apache/inlong-website/issues/687 ### Description Optimize the standalone deployment guide ### Are you willing to submit PR? - [ ] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agre

[GitHub] [inlong-website] dockerzhang opened a new pull request, #688: [INLONG-687][Doc] Optimize the standalone deployment guide

2023-02-23 Thread via GitHub
dockerzhang opened a new pull request, #688: URL: https://github.com/apache/inlong-website/pull/688 ### Prepare a Pull Request *(Change the title refer to the following example)* - Title Example: [INLONG-XYZ][Component] Title of the pull request *(The following *XYZ* should b

[GitHub] [inlong] e-mhui commented on a diff in pull request #7416: [INLONG-7410][Sort] Support open incremental snapshot in oracle cdc connector

2023-02-23 Thread via GitHub
e-mhui commented on code in PR #7416: URL: https://github.com/apache/inlong/pull/7416#discussion_r1115382640 ## inlong-sort/sort-connectors/cdc-base/src/main/java/org/apache/inlong/sort/cdc/base/source/reader/IncrementalSourceRecordEmitter.java: ## @@ -0,0 +1,176 @@ +/* + * Lice

[GitHub] [inlong] e-mhui commented on a diff in pull request #7416: [INLONG-7410][Sort] Support open incremental snapshot in oracle cdc connector

2023-02-23 Thread via GitHub
e-mhui commented on code in PR #7416: URL: https://github.com/apache/inlong/pull/7416#discussion_r1115389471 ## inlong-sort/sort-connectors/oracle-cdc/src/main/java/org/apache/inlong/sort/cdc/oracle/table/OracleTableSourceFactory.java: ## @@ -127,7 +118,17 @@ public DynamicTable

[GitHub] [inlong] e-mhui commented on a diff in pull request #7416: [INLONG-7410][Sort] Support open incremental snapshot in oracle cdc connector

2023-02-23 Thread via GitHub
e-mhui commented on code in PR #7416: URL: https://github.com/apache/inlong/pull/7416#discussion_r1115389471 ## inlong-sort/sort-connectors/oracle-cdc/src/main/java/org/apache/inlong/sort/cdc/oracle/table/OracleTableSourceFactory.java: ## @@ -127,7 +118,17 @@ public DynamicTable

[GitHub] [inlong-website] yunqingmoswu merged pull request #688: [INLONG-687][Doc] Optimize the standalone deployment guide

2023-02-23 Thread via GitHub
yunqingmoswu merged PR #688: URL: https://github.com/apache/inlong-website/pull/688 -- 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...@

[GitHub] [inlong-website] yunqingmoswu closed issue #687: [Improve] Optimize the standalone deployment guide

2023-02-23 Thread via GitHub
yunqingmoswu closed issue #687: [Improve] Optimize the standalone deployment guide URL: https://github.com/apache/inlong-website/issues/687 -- 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 specif

[inlong-website] branch master updated: [INLONG-687][Doc] Optimize the standalone deployment guide (#688)

2023-02-23 Thread yunqing
This is an automated email from the ASF dual-hosted git repository. yunqing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong-website.git The following commit(s) were added to refs/heads/master by this push: new 1ac61284f3 [INLONG-687][Doc] Optimize t

[GitHub] [inlong] gong commented on a diff in pull request #7418: [INLONG-7417][Sort] Use SinkTableMetricData instead of SinkMetricData in IcebergSingleStreamWriter

2023-02-23 Thread via GitHub
gong commented on code in PR #7418: URL: https://github.com/apache/inlong/pull/7418#discussion_r1115418690 ## inlong-sort/sort-connectors/iceberg/src/main/java/org/apache/inlong/sort/iceberg/sink/multiple/IcebergMultipleStreamWriter.java: ## @@ -201,7 +238,41 @@ public void proc

[GitHub] [inlong] gong commented on a diff in pull request #7418: [INLONG-7417][Sort] Use SinkTableMetricData instead of SinkMetricData in IcebergSingleStreamWriter

2023-02-23 Thread via GitHub
gong commented on code in PR #7418: URL: https://github.com/apache/inlong/pull/7418#discussion_r1115419292 ## inlong-sort/sort-connectors/iceberg/src/main/java/org/apache/inlong/sort/iceberg/sink/multiple/IcebergMultipleStreamWriter.java: ## @@ -201,7 +238,41 @@ public void proc

[GitHub] [inlong] dockerzhang commented on pull request #7416: [INLONG-7410][Sort] Support open incremental snapshot in oracle cdc connector

2023-02-23 Thread via GitHub
dockerzhang commented on PR #7416: URL: https://github.com/apache/inlong/pull/7416#issuecomment-1441439026 @e-mhui please update the document at the same time, thanks. https://inlong.apache.org/docs/next/data_node/extract_node/oracle-cdc -- This is an automated message from the Apache G

[GitHub] [inlong] gong commented on a diff in pull request #7418: [INLONG-7417][Sort] Use SinkTableMetricData instead of SinkMetricData in IcebergSingleStreamWriter

2023-02-23 Thread via GitHub
gong commented on code in PR #7418: URL: https://github.com/apache/inlong/pull/7418#discussion_r1115427997 ## inlong-sort/sort-connectors/iceberg/src/main/java/org/apache/inlong/sort/iceberg/sink/multiple/IcebergMultipleStreamWriter.java: ## @@ -201,7 +238,41 @@ public void proc

[GitHub] [inlong] e-mhui commented on pull request #7416: [INLONG-7410][Sort] Support open incremental snapshot in oracle cdc connector

2023-02-23 Thread via GitHub
e-mhui commented on PR #7416: URL: https://github.com/apache/inlong/pull/7416#issuecomment-1441450078 > @e-mhui please update the document at the same time, thanks. > https://inlong.apache.org/docs/next/data_node/extract_node/oracle-cdc OK, I will update the document after the pr is

[GitHub] [inlong] gong commented on a diff in pull request #7418: [INLONG-7417][Sort] Use SinkTableMetricData instead of SinkMetricData in IcebergSingleStreamWriter

2023-02-23 Thread via GitHub
gong commented on code in PR #7418: URL: https://github.com/apache/inlong/pull/7418#discussion_r1115436355 ## inlong-sort/sort-connectors/iceberg/src/main/java/org/apache/inlong/sort/iceberg/sink/multiple/IcebergSingleStreamWriter.java: ## @@ -100,20 +103,6 @@ public void open(C

[GitHub] [inlong] gong commented on a diff in pull request #7418: [INLONG-7417][Sort] Use SinkTableMetricData instead of SinkMetricData in IcebergSingleStreamWriter

2023-02-23 Thread via GitHub
gong commented on code in PR #7418: URL: https://github.com/apache/inlong/pull/7418#discussion_r1115436896 ## inlong-sort/sort-connectors/iceberg/src/main/java/org/apache/inlong/sort/iceberg/sink/multiple/IcebergSingleStreamWriter.java: ## @@ -125,37 +114,7 @@ public void prepar

[GitHub] [inlong] gong commented on a diff in pull request #7418: [INLONG-7417][Sort] Use SinkTableMetricData instead of SinkMetricData in IcebergSingleStreamWriter

2023-02-23 Thread via GitHub
gong commented on code in PR #7418: URL: https://github.com/apache/inlong/pull/7418#discussion_r1115419292 ## inlong-sort/sort-connectors/iceberg/src/main/java/org/apache/inlong/sort/iceberg/sink/multiple/IcebergMultipleStreamWriter.java: ## @@ -201,7 +238,41 @@ public void proc

[GitHub] [inlong-website] e-mhui opened a new issue, #689: [Feature][Doc] Add Document for Oracle CDC

2023-02-23 Thread via GitHub
e-mhui opened a new issue, #689: URL: https://github.com/apache/inlong-website/issues/689 ### Description Add Document for Oracle CDC. ### Use case none. ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR! ### Code of Conduct

[GitHub] [inlong-website] e-mhui opened a new pull request, #690: [INLONG-689][Doc] Add incremental snapshot doc for oracle cdc

2023-02-23 Thread via GitHub
e-mhui opened a new pull request, #690: URL: https://github.com/apache/inlong-website/pull/690 Add incremental snapshot doc for oracle cdc - Fixes #689 ### Motivation Add incremental snapshot doc for oracle cdc. ### Modifications Add some options descriptio

[GitHub] [inlong] lordcheng10 commented on a diff in pull request #7418: [INLONG-7417][Sort] Use SinkTableMetricData instead of SinkMetricData in IcebergSingleStreamWriter

2023-02-23 Thread via GitHub
lordcheng10 commented on code in PR #7418: URL: https://github.com/apache/inlong/pull/7418#discussion_r1115504372 ## inlong-sort/sort-connectors/iceberg/src/main/java/org/apache/inlong/sort/iceberg/sink/multiple/IcebergSingleStreamWriter.java: ## @@ -100,20 +103,6 @@ public void

[GitHub] [inlong] lordcheng10 commented on a diff in pull request #7418: [INLONG-7417][Sort] Use SinkTableMetricData instead of SinkMetricData in IcebergSingleStreamWriter

2023-02-23 Thread via GitHub
lordcheng10 commented on code in PR #7418: URL: https://github.com/apache/inlong/pull/7418#discussion_r1115504372 ## inlong-sort/sort-connectors/iceberg/src/main/java/org/apache/inlong/sort/iceberg/sink/multiple/IcebergSingleStreamWriter.java: ## @@ -100,20 +103,6 @@ public void

[GitHub] [inlong] lordcheng10 commented on a diff in pull request #7418: [INLONG-7417][Sort] Use SinkTableMetricData instead of SinkMetricData in IcebergSingleStreamWriter

2023-02-23 Thread via GitHub
lordcheng10 commented on code in PR #7418: URL: https://github.com/apache/inlong/pull/7418#discussion_r1115504372 ## inlong-sort/sort-connectors/iceberg/src/main/java/org/apache/inlong/sort/iceberg/sink/multiple/IcebergSingleStreamWriter.java: ## @@ -100,20 +103,6 @@ public void

[GitHub] [inlong] bluewang opened a new pull request, #7420: [INLONG-7419][Agent] Fix error of MQTT connector

2023-02-23 Thread via GitHub
bluewang opened a new pull request, #7420: URL: https://github.com/apache/inlong/pull/7420 ### Prepare a Pull Request *(Change the title refer to the following example)* - Title Example: [INLONG-XYZ][Component] Title of the pull request *(The following *XYZ* should be replace

[GitHub] [inlong] lordcheng10 commented on a diff in pull request #7418: [INLONG-7417][Sort] Use SinkTableMetricData instead of SinkMetricData in IcebergSingleStreamWriter

2023-02-23 Thread via GitHub
lordcheng10 commented on code in PR #7418: URL: https://github.com/apache/inlong/pull/7418#discussion_r1115507986 ## inlong-sort/sort-connectors/iceberg/src/main/java/org/apache/inlong/sort/iceberg/sink/multiple/IcebergSingleStreamWriter.java: ## @@ -125,37 +114,7 @@ public void

[GitHub] [inlong] lordcheng10 commented on a diff in pull request #7418: [INLONG-7417][Sort] Use SinkTableMetricData instead of SinkMetricData in IcebergSingleStreamWriter

2023-02-23 Thread via GitHub
lordcheng10 commented on code in PR #7418: URL: https://github.com/apache/inlong/pull/7418#discussion_r1115512263 ## inlong-sort/sort-connectors/iceberg/src/main/java/org/apache/inlong/sort/iceberg/sink/multiple/IcebergSingleStreamWriter.java: ## @@ -125,37 +114,7 @@ public void

[GitHub] [inlong] lordcheng10 commented on a diff in pull request #7418: [INLONG-7417][Sort] Use SinkTableMetricData instead of SinkMetricData in IcebergSingleStreamWriter

2023-02-23 Thread via GitHub
lordcheng10 commented on code in PR #7418: URL: https://github.com/apache/inlong/pull/7418#discussion_r1115513069 ## inlong-sort/sort-connectors/iceberg/src/main/java/org/apache/inlong/sort/iceberg/sink/multiple/IcebergSingleStreamWriter.java: ## @@ -125,37 +114,7 @@ public void

[GitHub] [inlong] e-mhui commented on pull request #7416: [INLONG-7410][Sort] Support open incremental snapshot in oracle cdc connector

2023-02-23 Thread via GitHub
e-mhui commented on PR #7416: URL: https://github.com/apache/inlong/pull/7416#issuecomment-1441585724 > > @e-mhui please update the document at the same time, thanks. > > https://inlong.apache.org/docs/next/data_node/extract_node/oracle-cdc > > OK, I will update the document after t

[GitHub] [inlong-website] dockerzhang opened a new issue, #691: [Improve] Optimize the Manager and Dashboard deployment guide

2023-02-23 Thread via GitHub
dockerzhang opened a new issue, #691: URL: https://github.com/apache/inlong-website/issues/691 ### Description Optimize the Manager and Dashboard deployment guide ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR! ### Code of Conduct

[GitHub] [inlong-website] dockerzhang opened a new pull request, #692: [INLONG-691][Doc] Optimize the Manager and Dashboard deployment guide

2023-02-23 Thread via GitHub
dockerzhang opened a new pull request, #692: URL: https://github.com/apache/inlong-website/pull/692 ### Prepare a Pull Request *(Change the title refer to the following example)* - Title Example: [INLONG-XYZ][Component] Title of the pull request *(The following *XYZ* should b

[GitHub] [inlong-website] featzhang commented on pull request #692: [INLONG-691][Doc] Optimize the Manager and Dashboard deployment guide

2023-02-23 Thread via GitHub
featzhang commented on PR #692: URL: https://github.com/apache/inlong-website/pull/692#issuecomment-1441620553 +1 -- 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 unsubsc

[GitHub] [inlong-website] featzhang commented on pull request #692: [INLONG-691][Doc] Optimize the Manager and Dashboard deployment guide

2023-02-23 Thread via GitHub
featzhang commented on PR #692: URL: https://github.com/apache/inlong-website/pull/692#issuecomment-1441621213 LGTM -- 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 unsub

[GitHub] [inlong-website] dockerzhang merged pull request #692: [INLONG-691][Doc] Optimize the Manager and Dashboard deployment guide

2023-02-23 Thread via GitHub
dockerzhang merged PR #692: URL: https://github.com/apache/inlong-website/pull/692 -- 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...@i

[GitHub] [inlong-website] dockerzhang closed issue #691: [Improve] Optimize the Manager and Dashboard deployment guide

2023-02-23 Thread via GitHub
dockerzhang closed issue #691: [Improve] Optimize the Manager and Dashboard deployment guide URL: https://github.com/apache/inlong-website/issues/691 -- 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

[inlong-website] branch master updated: [INLONG-691][Doc] Optimize the Manager and Dashboard deployment guide (#692)

2023-02-23 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong-website.git The following commit(s) were added to refs/heads/master by this push: new 98f1840beb [INLONG-691][Doc] Optimi

[GitHub] [inlong-website] yunqingmoswu commented on a diff in pull request #690: [INLONG-689][Doc] Add incremental snapshot doc for oracle cdc

2023-02-23 Thread via GitHub
yunqingmoswu commented on code in PR #690: URL: https://github.com/apache/inlong-website/pull/690#discussion_r1116437878 ## i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/oracle-cdc.md: ## @@ -324,18 +325,81 @@ Oracle CDC 消费者的可选启动模式,有效枚举为"initial"

[GitHub] [inlong] healchow commented on a diff in pull request #7418: [INLONG-7417][Sort] Use SinkTableMetricData instead of SinkMetricData in IcebergSingleStreamWriter

2023-02-23 Thread via GitHub
healchow commented on code in PR #7418: URL: https://github.com/apache/inlong/pull/7418#discussion_r1116443584 ## inlong-sort/sort-connectors/iceberg/src/main/java/org/apache/inlong/sort/iceberg/sink/FlinkSink.java: ## @@ -716,7 +716,7 @@ static IcebergProcessOperator createStr

[GitHub] [inlong] fuweng11 opened a new pull request, #7422: [INLONG-7421][Manager] Add encoding check to the MySQL JDBC URL in MySQLDataNode

2023-02-23 Thread via GitHub
fuweng11 opened a new pull request, #7422: URL: https://github.com/apache/inlong/pull/7422 ### Prepare a Pull Request - Fixes #7421 ### Motivation Add a check to the URL encoding of mysql JDBC URL in MySQLDataNode. ### Modifications Add a check to t

[GitHub] [inlong] gong commented on a diff in pull request #7418: [INLONG-7417][Sort] Use SinkTableMetricData instead of SinkMetricData in IcebergSingleStreamWriter

2023-02-23 Thread via GitHub
gong commented on code in PR #7418: URL: https://github.com/apache/inlong/pull/7418#discussion_r1116459063 ## inlong-sort/sort-connectors/iceberg/src/main/java/org/apache/inlong/sort/iceberg/sink/multiple/IcebergSingleStreamWriter.java: ## @@ -125,37 +114,7 @@ public void prepar

[GitHub] [inlong] gong commented on a diff in pull request #7418: [INLONG-7417][Sort] Use SinkTableMetricData instead of SinkMetricData in IcebergSingleStreamWriter

2023-02-23 Thread via GitHub
gong commented on code in PR #7418: URL: https://github.com/apache/inlong/pull/7418#discussion_r1116459550 ## inlong-sort/sort-connectors/iceberg/src/main/java/org/apache/inlong/sort/iceberg/sink/multiple/IcebergSingleStreamWriter.java: ## @@ -100,20 +103,6 @@ public void open(C

[GitHub] [inlong-website] dockerzhang opened a new issue, #693: [Improve] Optimize the DataProxy deployment guide

2023-02-23 Thread via GitHub
dockerzhang opened a new issue, #693: URL: https://github.com/apache/inlong-website/issues/693 ### Description The DataProxy node is registered automatically, therefor manual registration should avoid. ### Are you willing to submit PR? - [X] Yes, I am willing to submit a

[GitHub] [inlong-website] dockerzhang opened a new pull request, #694: [INLONG-693][Doc] Optimize the DataProxy deployment guide

2023-02-23 Thread via GitHub
dockerzhang opened a new pull request, #694: URL: https://github.com/apache/inlong-website/pull/694 ### Prepare a Pull Request *(Change the title refer to the following example)* - Title Example: [INLONG-XYZ][Component] Title of the pull request *(The following *XYZ* should b

[GitHub] [inlong] Yizhou-Yang commented on a diff in pull request #7418: [INLONG-7417][Sort] Use SinkTableMetricData instead of SinkMetricData in IcebergSingleStreamWriter

2023-02-23 Thread via GitHub
Yizhou-Yang commented on code in PR #7418: URL: https://github.com/apache/inlong/pull/7418#discussion_r1116484165 ## inlong-sort/sort-connectors/iceberg/src/main/java/org/apache/inlong/sort/iceberg/sink/multiple/IcebergMultipleStreamWriter.java: ## @@ -201,7 +238,41 @@ public vo

[GitHub] [inlong] Yizhou-Yang commented on a diff in pull request #7418: [INLONG-7417][Sort] Use SinkTableMetricData instead of SinkMetricData in IcebergSingleStreamWriter

2023-02-23 Thread via GitHub
Yizhou-Yang commented on code in PR #7418: URL: https://github.com/apache/inlong/pull/7418#discussion_r1116484474 ## inlong-sort/sort-connectors/iceberg/src/main/java/org/apache/inlong/sort/iceberg/sink/multiple/IcebergMultipleStreamWriter.java: ## @@ -201,7 +238,41 @@ public vo

[GitHub] [inlong] Yizhou-Yang commented on a diff in pull request #7418: [INLONG-7417][Sort] Use SinkTableMetricData instead of SinkMetricData in IcebergSingleStreamWriter

2023-02-23 Thread via GitHub
Yizhou-Yang commented on code in PR #7418: URL: https://github.com/apache/inlong/pull/7418#discussion_r1116484165 ## inlong-sort/sort-connectors/iceberg/src/main/java/org/apache/inlong/sort/iceberg/sink/multiple/IcebergMultipleStreamWriter.java: ## @@ -201,7 +238,41 @@ public vo

[GitHub] [inlong-website] e-mhui commented on a diff in pull request #690: [INLONG-689][Doc] Add incremental snapshot doc for oracle cdc

2023-02-23 Thread via GitHub
e-mhui commented on code in PR #690: URL: https://github.com/apache/inlong-website/pull/690#discussion_r1116490344 ## docs/data_node/extract_node/oracle-cdc.md: ## @@ -176,6 +176,7 @@ Overall, the steps for configuring CDB database is quite similar to non-CDB data GRANT S

[GitHub] [inlong-website] e-mhui commented on a diff in pull request #690: [INLONG-689][Doc] Add incremental snapshot doc for oracle cdc

2023-02-23 Thread via GitHub
e-mhui commented on code in PR #690: URL: https://github.com/apache/inlong-website/pull/690#discussion_r1116490152 ## i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/oracle-cdc.md: ## @@ -176,6 +176,7 @@ Oracle Extract 节点允许从 Oracle 数据库中读取快照数据和增量数 G

[GitHub] [inlong-website] e-mhui commented on a diff in pull request #690: [INLONG-689][Doc] Add incremental snapshot doc for oracle cdc

2023-02-23 Thread via GitHub
e-mhui commented on code in PR #690: URL: https://github.com/apache/inlong-website/pull/690#discussion_r1116490267 ## i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/oracle-cdc.md: ## @@ -324,18 +325,81 @@ Oracle CDC 消费者的可选启动模式,有效枚举为"initial"

[GitHub] [inlong-website] dockerzhang closed issue #693: [Improve] Optimize the DataProxy deployment guide

2023-02-23 Thread via GitHub
dockerzhang closed issue #693: [Improve] Optimize the DataProxy deployment guide URL: https://github.com/apache/inlong-website/issues/693 -- 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

[GitHub] [inlong-website] dockerzhang merged pull request #694: [INLONG-693][Doc] Optimize the DataProxy deployment guide

2023-02-23 Thread via GitHub
dockerzhang merged PR #694: URL: https://github.com/apache/inlong-website/pull/694 -- 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...@i

[inlong-website] branch master updated: [INLONG-693][Doc] Optimize the DataProxy deployment guide (#694)

2023-02-23 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong-website.git The following commit(s) were added to refs/heads/master by this push: new 03485d103e [INLONG-693][Doc] Optimi

[GitHub] [inlong] healchow commented on a diff in pull request #7422: [INLONG-7421][Manager] Add encoding check to the MySQL JDBC URL in MySQLDataNode

2023-02-23 Thread via GitHub
healchow commented on code in PR #7422: URL: https://github.com/apache/inlong/pull/7422#discussion_r1116520793 ## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sink/mysql/MySQLSinkDTO.java: ## @@ -218,7 +218,7 @@ public static String setDbNameToUrl(Str

[GitHub] [inlong-website] e-mhui commented on a diff in pull request #690: [INLONG-689][Doc] Add incremental snapshot doc for oracle cdc

2023-02-23 Thread via GitHub
e-mhui commented on code in PR #690: URL: https://github.com/apache/inlong-website/pull/690#discussion_r1116541393 ## i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/oracle-cdc.md: ## @@ -324,18 +325,81 @@ Oracle CDC 消费者的可选启动模式,有效枚举为"initial"

[GitHub] [inlong] fuweng11 commented on issue #7004: [Feature][Dashboard][Manager] Creating schema of StreamSource by SQL

2023-02-23 Thread via GitHub
fuweng11 commented on issue #7004: URL: https://github.com/apache/inlong/issues/7004#issuecomment-1442862287 I will deal with this problem. -- 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 spe

[GitHub] [inlong] fuweng11 opened a new pull request, #7424: [INLONG-7004][Manager] Support to creating schema of StreamSource by JSON

2023-02-23 Thread via GitHub
fuweng11 opened a new pull request, #7424: URL: https://github.com/apache/inlong/pull/7424 ### Prepare a Pull Request - Fixes #7004 ### Motivation Support to creating schema of StreamSource and StreamSink by JSON ### Modifications Support to creating sc

[GitHub] [inlong] dockerzhang commented on pull request #7424: [INLONG-7004][Manager] Support to creating schema of StreamSource by JSON

2023-02-23 Thread via GitHub
dockerzhang commented on PR #7424: URL: https://github.com/apache/inlong/pull/7424#issuecomment-1442868710 @fuweng11 please add related UTs. -- 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 sp

[GitHub] [inlong] EMsnap opened a new pull request, #7425: [INLONG-7423][Sort] Pulsar connector with adminUrl support audit metrics

2023-02-23 Thread via GitHub
EMsnap opened a new pull request, #7425: URL: https://github.com/apache/inlong/pull/7425 ### Prepare a Pull Request - Fixes #7423 ### Motivation - Fixes #7423 Support audit metrics in Pulsar connector ### Modifications Run a file job in inlong dashboard an

[GitHub] [inlong] fuweng11 commented on pull request #7424: [INLONG-7004][Manager] Support to creating schema of StreamSource by JSON

2023-02-23 Thread via GitHub
fuweng11 commented on PR #7424: URL: https://github.com/apache/inlong/pull/7424#issuecomment-1442880388 > @fuweng11 please add related UTs. OK -- 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

[GitHub] [inlong-website] dockerzhang merged pull request #690: [INLONG-689][Doc] Add incremental snapshot doc for oracle cdc

2023-02-23 Thread via GitHub
dockerzhang merged PR #690: URL: https://github.com/apache/inlong-website/pull/690 -- 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...@i

[GitHub] [inlong-website] dockerzhang closed issue #689: [Feature][Doc] Add Document for Oracle CDC

2023-02-23 Thread via GitHub
dockerzhang closed issue #689: [Feature][Doc] Add Document for Oracle CDC URL: https://github.com/apache/inlong-website/issues/689 -- 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 comme

[inlong-website] branch master updated: [INLONG-689][Doc] Add incremental snapshot doc for oracle cdc (#690)

2023-02-23 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong-website.git The following commit(s) were added to refs/heads/master by this push: new 5882a6b324 [INLONG-689][Doc] Add in

[GitHub] [inlong] dockerzhang merged pull request #7422: [INLONG-7421][Manager] Add encoding check to the MySQL JDBC URL in MySQLDataNode

2023-02-23 Thread via GitHub
dockerzhang merged PR #7422: URL: https://github.com/apache/inlong/pull/7422 -- 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...@inlong.

[inlong] branch master updated: [INLONG-7421][Manager] Add encoding check to the MySQL JDBC URL in MySQLDataNode (#7422)

2023-02-23 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git The following commit(s) were added to refs/heads/master by this push: new 1ec928953 [INLONG-7421][Manager] Add encodi