(inlong) branch master updated (fe982bc2b8 -> b82f908cbf)

2024-03-18 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git from fe982bc2b8 [INLONG-9820][Dashboard][Manager] Update Pulsar source field for Ingestion (#9821) add b82f908cb

Re: [PR] [INLONG-9753][Sort] Module inlong-sort-standalone's conf/sid_es_v3.conf file does not support adding Apache license [inlong]

2024-03-18 Thread via GitHub
dockerzhang merged PR #9841: URL: https://github.com/apache/inlong/pull/9841 -- 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.

Re: [PR] [INLONG-9835][Sort] Add Redis connector on flink 1.15 [inlong]

2024-03-18 Thread via GitHub
EMsnap commented on code in PR #9836: URL: https://github.com/apache/inlong/pull/9836#discussion_r1529615263 ## inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/src/test/java/org/apache/inlong/sort/redis/RedisTableTest.java: ## @@ -0,0 +1,622 @@ +/* + * Licensed to

Re: [PR] [INLONG-9835][Sort] Add Redis connector on flink 1.15 [inlong]

2024-03-18 Thread via GitHub
EMsnap commented on code in PR #9836: URL: https://github.com/apache/inlong/pull/9836#discussion_r1529610943 ## inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/src/test/java/org/apache/inlong/sort/redis/RedisTableTest.java: ## @@ -0,0 +1,622 @@ +/* + * Licensed to

Re: [PR] [INLONG-9839][Manager] Optimize the auto assign logic of SortStandalone cluster [inlong]

2024-03-18 Thread via GitHub
aloyszhang commented on code in PR #9840: URL: https://github.com/apache/inlong/pull/9840#discussion_r1529589155 ## inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/mapper/StreamSinkEntityMapper.java: ## @@ -161,6 +161,6 @@ List selectExistsStreamId(@Param(

[PR] [INLONG-9753][Sort] module inlong-sort-standalone's conf/sid_es_v3.conf file does not support adding Apache license [inlong]

2024-03-18 Thread via GitHub
haibo-duan opened a new pull request, #9841: URL: https://github.com/apache/inlong/pull/9841 ### 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 repla

[PR] [INLONG-9839][Manager] Optimize the auto assign logic of SortStandalone cluster [inlong]

2024-03-18 Thread via GitHub
vernedeng opened a new pull request, #9840: URL: https://github.com/apache/inlong/pull/9840 ### 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

Re: [PR] [INLONG-9835][Sort] Add Redis connector on flink 1.15 [inlong]

2024-03-18 Thread via GitHub
XiaoYou201 commented on code in PR #9836: URL: https://github.com/apache/inlong/pull/9836#discussion_r1528408728 ## inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/src/main/java/org/apache/inlong/sort/redis/common/handler/InlongJedisConfigHandler.java: ## @@ -0,0 +

Re: [PR] [INLONG-9835][Sort] Add Redis connector on flink 1.15 [inlong]

2024-03-18 Thread via GitHub
XiaoYou201 commented on code in PR #9836: URL: https://github.com/apache/inlong/pull/9836#discussion_r1528407874 ## inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/pom.xml: ## @@ -0,0 +1,176 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/

Re: [PR] [INLONG-9835][Sort] Add Redis connector on flink 1.15 [inlong]

2024-03-18 Thread via GitHub
XiaoYou201 commented on code in PR #9836: URL: https://github.com/apache/inlong/pull/9836#discussion_r1528407502 ## inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/src/main/java/org/apache/inlong/sort/redis/common/config/RedisDataType.java: ## @@ -0,0 +1,52 @@ +/*

Re: [PR] [INLONG-9835][Sort] Add Redis connector on flink 1.15 [inlong]

2024-03-18 Thread via GitHub
aloyszhang commented on code in PR #9836: URL: https://github.com/apache/inlong/pull/9836#discussion_r1528327113 ## inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/src/main/java/org/apache/inlong/sort/redis/common/handler/InlongJedisConfigHandler.java: ## @@ -0,0 +

Re: [PR] [INLONG-9835][Sort] Add Redis connector on flink 1.15 [inlong]

2024-03-18 Thread via GitHub
aloyszhang commented on code in PR #9836: URL: https://github.com/apache/inlong/pull/9836#discussion_r1528322815 ## inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/src/main/java/org/apache/inlong/sort/redis/common/config/RedisLookupOptions.java: ## @@ -0,0 +1,129 @

Re: [PR] [INLONG-9835][Sort] Add Redis connector on flink 1.15 [inlong]

2024-03-18 Thread via GitHub
aloyszhang commented on code in PR #9836: URL: https://github.com/apache/inlong/pull/9836#discussion_r1528322815 ## inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/src/main/java/org/apache/inlong/sort/redis/common/config/RedisLookupOptions.java: ## @@ -0,0 +1,129 @

Re: [PR] [INLONG-9835][Sort] Add Redis connector on flink 1.15 [inlong]

2024-03-18 Thread via GitHub
aloyszhang commented on code in PR #9836: URL: https://github.com/apache/inlong/pull/9836#discussion_r1528320907 ## inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/pom.xml: ## @@ -0,0 +1,176 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/

Re: [PR] [INLONG-9835][Sort] Add Redis connector on flink 1.15 [inlong]

2024-03-18 Thread via GitHub
aloyszhang commented on code in PR #9836: URL: https://github.com/apache/inlong/pull/9836#discussion_r1528315770 ## inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/pom.xml: ## @@ -43,6 +43,8 @@ hbase hudi kafka +redis + Review Comment:

(inlong) branch master updated (c727f8834a -> fe982bc2b8)

2024-03-18 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git from c727f8834a [INLONG-9837][Dashboard] Fix displays errors for Pulsar cluster management (#9838) add fe982bc2b

Re: [PR] [INLONG-9835][Sort] Add Redis connector on flink 1.15 [inlong]

2024-03-18 Thread via GitHub
aloyszhang commented on code in PR #9836: URL: https://github.com/apache/inlong/pull/9836#discussion_r1528312373 ## inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/src/main/java/org/apache/inlong/sort/redis/common/config/RedisDataType.java: ## @@ -0,0 +1,52 @@ +/*

Re: [PR] [INLONG-9820][Dashboard][Manager] Update Pulsar source field for Ingestion [inlong]

2024-03-18 Thread via GitHub
dockerzhang merged PR #9821: URL: https://github.com/apache/inlong/pull/9821 -- 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-9837][Dashboard] Fix displays errors for Pulsar cluster management (#9838)

2024-03-18 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 c727f8834a [INLONG-9837][Dashboard] Fix dis

Re: [PR] [INLONG-9837][Dashboard] Fix displays errors for Pulsar cluster management [inlong]

2024-03-18 Thread via GitHub
dockerzhang merged PR #9838: URL: https://github.com/apache/inlong/pull/9838 -- 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.

Re: [PR] [INLONG-9835][Sort] Add Redis connector on flink 1.15 [inlong]

2024-03-18 Thread via GitHub
XiaoYou201 commented on code in PR #9836: URL: https://github.com/apache/inlong/pull/9836#discussion_r1528204801 ## inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/src/main/java/org/apache/inlong/sort/redis/sink/RedisDynamicTableSink.java: ## @@ -0,0 +1,203 @@ +/*

[PR] [INLONG-9837][Dashboard] Fix displays errors for Pulsar cluster management [inlong]

2024-03-18 Thread via GitHub
haifxu opened a new pull request, #9838: URL: https://github.com/apache/inlong/pull/9838 ### Prepare a Pull Request - Fixes #9837 ### Motivation Modify variable name ### Modifications Modify variable name ### Verifying this change - [ ] This c

[PR] [INLONG-928] Remove historical version documents [inlong-website]

2024-03-18 Thread via GitHub
bluewang opened a new pull request, #930: URL: https://github.com/apache/inlong-website/pull/930 ### 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 r

Re: [PR] [INLONG-9835][Sort] Add Redis connector on flink 1.15 [inlong]

2024-03-18 Thread via GitHub
EMsnap commented on code in PR #9836: URL: https://github.com/apache/inlong/pull/9836#discussion_r1528064540 ## inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/src/main/java/org/apache/inlong/sort/redis/sink/RedisDynamicTableSink.java: ## @@ -0,0 +1,203 @@ +/* + *

(inlong) 03/03: [INLONG-9822][Manager] Support flink job runtime execution mode configuration (#9823)

2024-03-18 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository. aloyszhang pushed a commit to branch dev-offline-sync in repository https://gitbox.apache.org/repos/asf/inlong.git commit 1323736a0b54ad402d12104dcfba61398ff6cbda Author: AloysZhang AuthorDate: Fri Mar 15 15:12:53 2024 +0800

(inlong) 02/03: [INLONG-9813][Manager] Support offline data sync management (#9814)

2024-03-18 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository. aloyszhang pushed a commit to branch dev-offline-sync in repository https://gitbox.apache.org/repos/asf/inlong.git commit 5cdd94d4c9d927342b45570c86523948f115d3b2 Author: AloysZhang AuthorDate: Wed Mar 13 16:18:04 2024 +0800

(inlong) 01/03: [INLONG-9781][Manager] Add offline sync task type definition (#9787)

2024-03-18 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository. aloyszhang pushed a commit to branch dev-offline-sync in repository https://gitbox.apache.org/repos/asf/inlong.git commit 875e07cd74e83ee2e0011eb84f6b81c53578601e Author: AloysZhang AuthorDate: Thu Mar 7 11:44:20 2024 +0800

(inlong) branch dev-offline-sync updated (0ce3d755da -> 1323736a0b)

2024-03-18 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository. aloyszhang pushed a change to branch dev-offline-sync in repository https://gitbox.apache.org/repos/asf/inlong.git discard 0ce3d755da [INLONG-9822][Manager] Support flink job runtime execution mode configuration (#9823) om