[GitHub] [inlong] gosonzhang commented on issue #6406: [Improve][DataProxy] DataProxy should support creating sink dynamically after started

2022-11-04 Thread GitBox
gosonzhang commented on issue #6406: URL: https://github.com/apache/inlong/issues/6406#issuecomment-1303054850 Thanks @bruceneenhl, let me see it -- 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 t

[GitHub] [inlong] gong commented on a diff in pull request #6404: [INLONG-6402][Sort] Modify the metadata field of oracle connector

2022-11-04 Thread GitBox
gong commented on code in PR #6404: URL: https://github.com/apache/inlong/pull/6404#discussion_r1013689847 ## inlong-sort/sort-connectors/oracle-cdc/src/main/java/org/apache/inlong/sort/cdc/oracle/table/OracleReadableMetaData.java: ## @@ -47,6 +47,70 @@ /** Defines the supporte

[GitHub] [inlong] thesumery opened a new pull request, #6407: [INLONG-6401][Sort] Schema update stuck in dead loop cause stackoverflow in multiple sink scences

2022-11-04 Thread GitBox
thesumery opened a new pull request, #6407: URL: https://github.com/apache/inlong/pull/6407 [INLONG-6401][Sort] Bugfix:Schema update stuck in dead loop cause stackoverflow in multiple sink scences ### Prepare a Pull Request - [INLONG-6401][Sort] Bugfix:Schema update stuck in dead l

[GitHub] [inlong-website] yunqingmoswu opened a new issue, #583: [Feature][Doc] Support dynamic topic and dynamic partition for KafkaLoadNode

2022-11-04 Thread GitBox
yunqingmoswu opened a new issue, #583: URL: https://github.com/apache/inlong-website/issues/583 ### Description Support dynamic topic and dynamic partition for KafkaLoadNode, describe how to config to support it. ### Use case _No response_ ### Are you willing to s

[GitHub] [inlong] healchow merged pull request #6405: [INLONG-6399][Manager] Support adding extension params for InLong Group and Stream

2022-11-04 Thread GitBox
healchow merged PR #6405: URL: https://github.com/apache/inlong/pull/6405 -- 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.apa

[inlong] branch master updated (3124201da -> 53d8c0eb1)

2022-11-04 Thread healchow
This is an automated email from the ASF dual-hosted git repository. healchow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git from 3124201da [INLONG-6373][Sort] Fix the time value when data type is datetime and timestamp (#6403) add 53d8c0eb

[GitHub] [inlong] leezng merged pull request #6400: [INLONG-6397][Dashboard] Support management for MySQL data node

2022-11-04 Thread GitBox
leezng merged PR #6400: URL: https://github.com/apache/inlong/pull/6400 -- 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.apach

[inlong] branch master updated (53d8c0eb1 -> 1ad2d996a)

2022-11-04 Thread leezng
This is an automated email from the ASF dual-hosted git repository. leezng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git from 53d8c0eb1 [INLONG-6399][Manager] Support adding extension params for InLong Group and Stream (#6405) add 1ad2d99

[GitHub] [inlong] gosonzhang commented on issue #6406: [Improve][DataProxy] DataProxy should support creating sink dynamically after started

2022-11-04 Thread GitBox
gosonzhang commented on issue #6406: URL: https://github.com/apache/inlong/issues/6406#issuecomment-1303107201 This should be a problem, I'll fix it, thanks @bruceneenhl -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [inlong] EMsnap opened a new pull request, #6408: [INLONG-6370][Sort] The op type in debezium format should be u or update

2022-11-04 Thread GitBox
EMsnap opened a new pull request, #6408: URL: https://github.com/apache/inlong/pull/6408 - Fixes #6370 ### Motivation The op type in debezium format should be u or update ### Modifications The op type in debezium format should be u or update ### Verifying t

[inlong] branch master updated (1ad2d996a -> 9228a22d6)

2022-11-04 Thread zirui
This is an automated email from the ASF dual-hosted git repository. zirui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git from 1ad2d996a [INLONG-6397][Dashboard] Support management for MySQL data node (#6400) add 9228a22d6 [INLONG-6379][Sor

[GitHub] [inlong] EMsnap merged pull request #6381: [INLONG-6379][Sort] Iceberg misses metric data in multiple sink scenes

2022-11-04 Thread GitBox
EMsnap merged PR #6381: URL: https://github.com/apache/inlong/pull/6381 -- 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.apach

[GitHub] [inlong] EMsnap commented on pull request #6383: [INLONG-6382][Sort] Iceberg misses data when the source table has no primary key in multiple sink scenes

2022-11-04 Thread GitBox
EMsnap commented on PR #6383: URL: https://github.com/apache/inlong/pull/6383#issuecomment-1303148604 I think the Pr title doesn't match with the code -- 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 g

[GitHub] [inlong] thesumery commented on a diff in pull request #6383: [INLONG-6382][Sort] Iceberg misses data when the source table has no primary key in multiple sink scenes

2022-11-04 Thread GitBox
thesumery commented on code in PR #6383: URL: https://github.com/apache/inlong/pull/6383#discussion_r1013781469 ## inlong-sort/sort-connectors/iceberg/src/main/java/org/apache/inlong/sort/iceberg/sink/multiple/IcebergMultipleStreamWriter.java: ## @@ -130,12 +129,6 @@ public void

[GitHub] [inlong] fuweng11 commented on issue #6410: [Bug][Manager] The extension parameters of group and stream cannot be saved to ext_params

2022-11-04 Thread GitBox
fuweng11 commented on issue #6410: URL: https://github.com/apache/inlong/issues/6410#issuecomment-1303280323 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, #6411: [INLONG-6410][Manager] Ensure that the additional parameters of group and stream can be saved

2022-11-04 Thread GitBox
fuweng11 opened a new pull request, #6411: URL: https://github.com/apache/inlong/pull/6411 ### Prepare a Pull Request - Fixes #6410 ### Motivation Ensure that the additional parameters of group and stream can be saved ### Modifications `InlongGroupDTO` extends

[GitHub] [inlong] dockerzhang merged pull request #6333: [INLONG-6332][Agent] Fix reboot will reset file position error

2022-11-04 Thread GitBox
dockerzhang merged PR #6333: URL: https://github.com/apache/inlong/pull/6333 -- 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-6332][Agent] Fix reboot will reset file position error (#6333)

2022-11-04 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 d4d4dd5b4 [INLONG-6332][Agent] Fix reboot w

[GitHub] [inlong] github-actions[bot] commented on issue #4961: [Feature][DataProxy] Golang SDK

2022-11-04 Thread GitBox
github-actions[bot] commented on issue #4961: URL: https://github.com/apache/inlong/issues/4961#issuecomment-1304378228 This issue is stale because it has been open for 60 days with no activity. -- This is an automated message from the Apache Git Service. To respond to the message, please