[GitHub] [inlong] vernedeng commented on a diff in pull request #6087: [INLONG-6086][Manager] Support custom stream sink operator

2022-10-08 Thread GitBox
vernedeng commented on code in PR #6087: URL: https://github.com/apache/inlong/pull/6087#discussion_r990603887 ## inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/consts/SinkType.java: ## @@ -36,5 +36,6 @@ public class SinkType { public static fi

[GitHub] [inlong] healchow commented on a diff in pull request #6087: [INLONG-6086][Manager] Support custom stream sink operator

2022-10-08 Thread GitBox
healchow commented on code in PR #6087: URL: https://github.com/apache/inlong/pull/6087#discussion_r990604095 ## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sink/custom/CustomSinkRequest.java: ## @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache Softwa

[GitHub] [inlong] healchow commented on a diff in pull request #6087: [INLONG-6086][Manager] Support custom stream sink operator

2022-10-08 Thread GitBox
healchow commented on code in PR #6087: URL: https://github.com/apache/inlong/pull/6087#discussion_r990604141 ## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sink/custom/CustomSinkRequest.java: ## @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache Softwa

[GitHub] [inlong] healchow commented on a diff in pull request #6087: [INLONG-6086][Manager] Support custom stream sink operator

2022-10-08 Thread GitBox
healchow commented on code in PR #6087: URL: https://github.com/apache/inlong/pull/6087#discussion_r990604181 ## inlong-manager/manager-service/src/test/java/org/apache/inlong/manager/service/sink/CustomSinkServiceTest.java: ## @@ -0,0 +1,101 @@ +/* + * Licensed to the Apache So

[GitHub] [inlong] healchow commented on a diff in pull request #6087: [INLONG-6086][Manager] Support custom stream sink operator

2022-10-08 Thread GitBox
healchow commented on code in PR #6087: URL: https://github.com/apache/inlong/pull/6087#discussion_r990604310 ## inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/controller/StreamSinkController.java: ## @@ -85,4 +87,20 @@ public Response delete(@PathVariabl

[GitHub] [inlong] vernedeng commented on a diff in pull request #6087: [INLONG-6086][Manager] Support custom stream sink operator

2022-10-08 Thread GitBox
vernedeng commented on code in PR #6087: URL: https://github.com/apache/inlong/pull/6087#discussion_r990604497 ## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sink/custom/CustomSinkRequest.java: ## @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache Softw

[GitHub] [inlong] vernedeng commented on a diff in pull request #6087: [INLONG-6086][Manager] Support custom stream sink operator

2022-10-08 Thread GitBox
vernedeng commented on code in PR #6087: URL: https://github.com/apache/inlong/pull/6087#discussion_r990604525 ## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sink/custom/CustomSinkRequest.java: ## @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache Softw

[GitHub] [inlong] vernedeng commented on a diff in pull request #6087: [INLONG-6086][Manager] Support custom stream sink operator

2022-10-08 Thread GitBox
vernedeng commented on code in PR #6087: URL: https://github.com/apache/inlong/pull/6087#discussion_r990604838 ## inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/controller/StreamSinkController.java: ## @@ -85,4 +87,20 @@ public Response delete(@PathVariab

[GitHub] [inlong] dockerzhang merged pull request #6091: [INLONG-6090][IDEA] Show InLong logo in IDEA

2022-10-08 Thread GitBox
dockerzhang merged PR #6091: URL: https://github.com/apache/inlong/pull/6091 -- 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-6090][IDEA] Show InLong logo in IDEA (#6091)

2022-10-08 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 501b0ed8c [INLONG-6090][IDEA] Show InLong l

[GitHub] [inlong] dockerzhang merged pull request #6081: [INLONG-6080][Manager] Change the DataNodeResponse to DataNodeInfo

2022-10-08 Thread GitBox
dockerzhang merged PR #6081: URL: https://github.com/apache/inlong/pull/6081 -- 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-6080][Manager] Change the DataNodeResponse to DataNodeInfo (#6081)

2022-10-08 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 864e8ff20 [INLONG-6080][Manager] Change the

[GitHub] [inlong] lucaspeng12138 commented on pull request #6074: [INLONG-6073][Kubernetes] Add audit.config.store.mode Configurable to k8s

2022-10-08 Thread GitBox
lucaspeng12138 commented on PR #6074: URL: https://github.com/apache/inlong/pull/6074#issuecomment-1272256934 > how to configure the address for different store types? New commit has add some basic configuration for ck and es. -- This is an automated message from the Apache Git Serv

[GitHub] [inlong] gosonzhang opened a new pull request, #6093: [INLONG-6092][TubeMQ] Change the way to obtain the modifyUser and modifyDate

2022-10-08 Thread GitBox
gosonzhang opened a new pull request, #6093: URL: https://github.com/apache/inlong/pull/6093 - Fixes #6092 -- 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 unsubscrib

[GitHub] [inlong] lucaspeng12138 opened a new pull request, #6095: [INLONG-6094][Kubernetes] Add liveness reliability for modules

2022-10-08 Thread GitBox
lucaspeng12138 opened a new pull request, #6095: URL: https://github.com/apache/inlong/pull/6095 ### Prepare a Pull Request Add liveness reliability for modules. - Fixes #6094 ### Motivation Add liveness reliability for modules ### Modifications Add live

[GitHub] [inlong] gosonzhang opened a new pull request, #6097: [INLONG-6096][TubeMQ] Optimize some code styles under the nodeconsumer module

2022-10-08 Thread GitBox
gosonzhang opened a new pull request, #6097: URL: https://github.com/apache/inlong/pull/6097 - Fixes #6096 -- 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 unsubs

[GitHub] [inlong] gong commented on issue #6088: [Improve][Sort][Manager] kafka extract node scan mode support timestamp

2022-10-08 Thread GitBox
gong commented on issue #6088: URL: https://github.com/apache/inlong/issues/6088#issuecomment-1272267136 close it refer to [https://github.com/apache/inlong/issues/6089](https://github.com/apache/inlong/issues/6089) -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [inlong] gosonzhang opened a new pull request, #6099: [INLONG-6098][TubeMQ] Add preprocessing condition check

2022-10-08 Thread GitBox
gosonzhang opened a new pull request, #6099: URL: https://github.com/apache/inlong/pull/6099 - Fixes #6098 -- 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 unsubscrib

[GitHub] [inlong] gong opened a new pull request, #6100: [INLONG-6089][Manager][Sort] kafka extract node support raw format and scan mode support timestamp

2022-10-08 Thread GitBox
gong opened a new pull request, #6100: URL: https://github.com/apache/inlong/pull/6100 ### Prepare a Pull Request *(Change the title refer to the following example)* - [INLONG-6089][Manager][Sort] kafka extract node support raw format and scan mode support timestamp - Fixes

[GitHub] [inlong] vernedeng opened a new pull request, #6102: [INLONG-6101][Manager] Support custome inlong cluster

2022-10-08 Thread GitBox
vernedeng opened a new pull request, #6102: URL: https://github.com/apache/inlong/pull/6102 ### 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 replac

[inlong] branch master updated (864e8ff20 -> 07a0824f2)

2022-10-08 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 864e8ff20 [INLONG-6080][Manager] Change the DataNodeResponse to DataNodeInfo (#6081) add 07a0824f2 [INLONG-609

[GitHub] [inlong] healchow merged pull request #6097: [INLONG-6096][TubeMQ] Optimize some code styles under the nodeconsumer module

2022-10-08 Thread GitBox
healchow merged PR #6097: URL: https://github.com/apache/inlong/pull/6097 -- 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

[GitHub] [inlong] healchow merged pull request #6093: [INLONG-6092][TubeMQ] Change the way to obtain the modifyUser and modifyDate

2022-10-08 Thread GitBox
healchow merged PR #6093: URL: https://github.com/apache/inlong/pull/6093 -- 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: [INLONG-6096][TubeMQ] Optimize some code styles under the nodeconsumer module (#6097)

2022-10-08 Thread healchow
This is an automated email from the ASF dual-hosted git repository. healchow 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 abac81a62 [INLONG-6096][TubeMQ] Optimize some

[GitHub] [inlong] healchow merged pull request #6099: [INLONG-6098][TubeMQ] Add preprocessing condition check

2022-10-08 Thread GitBox
healchow merged PR #6099: URL: https://github.com/apache/inlong/pull/6099 -- 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 (abac81a62 -> f893fc021)

2022-10-08 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 abac81a62 [INLONG-6096][TubeMQ] Optimize some code styles under the nodeconsumer module (#6097) add f893fc021

[GitHub] [inlong] github-actions[bot] commented on issue #4960: [Umbrella][SDK] Support C++ SDK for DataProxy

2022-10-08 Thread GitBox
github-actions[bot] commented on issue #4960: URL: https://github.com/apache/inlong/issues/4960#issuecomment-1272434152 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

[GitHub] [inlong] vernedeng commented on pull request #5993: [INLONG-5967][Manager] Add save and delete interfaces of cluster management in OpenAPI

2022-10-08 Thread GitBox
vernedeng commented on PR #5993: URL: https://github.com/apache/inlong/pull/5993#issuecomment-1272434153 The registration process of sort-standalone task will be interageted into manager sdk, instead of openapi -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [inlong] healchow commented on a diff in pull request #5873: [INLONG-5839][Sort] Add SortStandalone option in start script

2022-10-08 Thread GitBox
healchow commented on code in PR #5873: URL: https://github.com/apache/inlong/pull/5873#discussion_r990721075 ## inlong-distribution/src/main/assemblies/release.xml: ## @@ -96,6 +96,20 @@ inlong-tubemq-manager + + + ../inlong-

[GitHub] [inlong] healchow commented on a diff in pull request #5802: [INLONG-5495][SDK] Support multi-topic manager

2022-10-08 Thread GitBox
healchow commented on code in PR #5802: URL: https://github.com/apache/inlong/pull/5802#discussion_r990721457 ## inlong-sdk/sort-sdk/src/main/java/org/apache/inlong/sdk/sort/manager/InlongMultiTopicManager.java: ## @@ -0,0 +1,289 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [inlong] healchow commented on a diff in pull request #6043: [INLONG-6042][Manager] Support delete DataNode by name

2022-10-08 Thread GitBox
healchow commented on code in PR #6043: URL: https://github.com/apache/inlong/pull/6043#discussion_r990722038 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/node/custom/CustomDataNodeOperator.java: ## @@ -0,0 +1,65 @@ +/* + * Licensed to the Ap

[GitHub] [inlong] dockerzhang commented on a diff in pull request #5873: [INLONG-5839][Sort] Add SortStandalone option in start script

2022-10-08 Thread GitBox
dockerzhang commented on code in PR #5873: URL: https://github.com/apache/inlong/pull/5873#discussion_r990741060 ## bin/inlong-daemon: ## @@ -32,6 +32,7 @@ command_help() { dashboard Run a Dashboard Service dataproxy Run a Dataproxy Service age