[GitHub] [inlong] dockerzhang merged pull request #6084: [INLONG-6068][Manager] Optimize the usage of ObjectMapper

2022-10-07 Thread GitBox
dockerzhang merged PR #6084: URL: https://github.com/apache/inlong/pull/6084 -- 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] dockerzhang closed pull request #6075: [INLONG-6071][Manager] Support Apache Doris sink

2022-10-07 Thread GitBox
dockerzhang closed pull request #6075: [INLONG-6071][Manager] Support Apache Doris sink URL: https://github.com/apache/inlong/pull/6075 -- 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 c

[GitHub] [inlong] dockerzhang commented on pull request #6075: [INLONG-6071][Manager] Support Apache Doris sink

2022-10-07 Thread GitBox
dockerzhang commented on PR #6075: URL: https://github.com/apache/inlong/pull/6075#issuecomment-1271229553 duplicated with https://github.com/apache/inlong/pull/6075, close it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [inlong] healchow commented on issue #6071: [Feature][Manager] Support Apache Doris sink

2022-10-07 Thread GitBox
healchow commented on issue #6071: URL: https://github.com/apache/inlong/issues/6071#issuecomment-1272194799 Duplicated with #5043. -- 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 co

[GitHub] [inlong] healchow commented on a diff in pull request #6067: [INLONG-6061][Sort] Support TDSQL-Kafka connector

2022-10-07 Thread GitBox
healchow commented on code in PR #6067: URL: https://github.com/apache/inlong/pull/6067#discussion_r990572691 ## inlong-common/src/main/java/org/apache/inlong/common/enums/TaskTypeEnum.java: ## @@ -31,6 +31,9 @@ public enum TaskTypeEnum { MONGODB(9), TUBEMQ(10), R

[GitHub] [inlong] healchow commented on a diff in pull request #6067: [INLONG-6061][Sort] Support TDSQL-Kafka connector

2022-10-07 Thread GitBox
healchow commented on code in PR #6067: URL: https://github.com/apache/inlong/pull/6067#discussion_r990572823 ## inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/constant/TDSQLKafkaConstant.java: ## @@ -0,0 +1,40 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] [inlong] vernedeng opened a new pull request, #6087: [INLONG-6086][Manager] support base stream sink operator

2022-10-07 Thread GitBox
vernedeng opened a new pull request, #6087: URL: https://github.com/apache/inlong/pull/6087 ### 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 release-1.3.0 updated: [INLONG-6076][Audit] Bugs in the ClickHouseService.processOutput() (#6077)

2022-10-07 Thread gosonzhang
This is an automated email from the ASF dual-hosted git repository. gosonzhang pushed a commit to branch release-1.3.0 in repository https://gitbox.apache.org/repos/asf/inlong.git The following commit(s) were added to refs/heads/release-1.3.0 by this push: new 31c96a0f3 [INLONG-6076][Audit]

[GitHub] [inlong] dockerzhang merged pull request #6083: [INLONG-6082][CI] Fix the error in the greeting action

2022-10-07 Thread GitBox
dockerzhang merged PR #6083: URL: https://github.com/apache/inlong/pull/6083 -- 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 (e4e34ebdc -> 6b46efc04)

2022-10-07 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 e4e34ebdc [INLONG-6068][Manager] Optimize the usage of ObjectMapper (#6084) add 6b46efc04 [INLONG-6082][CI]

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

2022-10-07 Thread GitBox
dockerzhang commented on PR #6074: URL: https://github.com/apache/inlong/pull/6074#issuecomment-1272214955 how to configure the address for different store types? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [inlong] kipshi closed pull request #5716: [INLONG-5714][Manager] Support compatibility for Manager Web Api

2022-10-07 Thread GitBox
kipshi closed pull request #5716: [INLONG-5714][Manager] Support compatibility for Manager Web Api URL: https://github.com/apache/inlong/pull/5716 -- 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

[GitHub] [inlong] kipshi commented on pull request #5716: [INLONG-5714][Manager] Support compatibility for Manager Web Api

2022-10-07 Thread GitBox
kipshi commented on PR #5716: URL: https://github.com/apache/inlong/pull/5716#issuecomment-1272216753 not necessary at all in master branch -- 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] dockerzhang commented on pull request #6081: [INLONG-6080][Manager] Change the DataNodeResponse to DataNodeInfo

2022-10-07 Thread GitBox
dockerzhang commented on PR #6081: URL: https://github.com/apache/inlong/pull/6081#issuecomment-1272217232 @woofyzhao PTAL, thanks. -- 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 co

[GitHub] [inlong] healchow closed pull request #6067: [INLONG-6061][Sort] Support TDSQL-Kafka connector

2022-10-07 Thread GitBox
healchow closed pull request #6067: [INLONG-6061][Sort] Support TDSQL-Kafka connector URL: https://github.com/apache/inlong/pull/6067 -- 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 com

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

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

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

2022-10-07 Thread GitBox
vernedeng commented on code in PR #6087: URL: https://github.com/apache/inlong/pull/6087#discussion_r990588344 ## 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 #5843: [INLONG-5842][Manager] Support maintenance of message queue cluster

2022-10-07 Thread GitBox
healchow commented on code in PR #5843: URL: https://github.com/apache/inlong/pull/5843#discussion_r990592577 ## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/cluster/queue/MessageQueueClearTopicRequest.java: ## @@ -0,0 +1,47 @@ +/* + * Licensed to the

[GitHub] [inlong] luchunliang closed pull request #5866: [INLONG-5865][Manager] Support maintenance of inlong group

2022-10-07 Thread GitBox
luchunliang closed pull request #5866: [INLONG-5865][Manager] Support maintenance of inlong group URL: https://github.com/apache/inlong/pull/5866 -- 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

[GitHub] [inlong] luchunliang closed pull request #5858: [INLONG-5857][Manager] Support maintenance of cluster tag

2022-10-07 Thread GitBox
luchunliang closed pull request #5858: [INLONG-5857][Manager] Support maintenance of cluster tag URL: https://github.com/apache/inlong/pull/5858 -- 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 s

[GitHub] [inlong] luchunliang closed pull request #5843: [INLONG-5842][Manager] Support maintenance of message queue cluster

2022-10-07 Thread GitBox
luchunliang closed pull request #5843: [INLONG-5842][Manager] Support maintenance of message queue cluster URL: https://github.com/apache/inlong/pull/5843 -- 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] luchunliang closed pull request #5709: [INLONG-5708][DataProxy] Provide single flume channel to reduce synchronized operation

2022-10-07 Thread GitBox
luchunliang closed pull request #5709: [INLONG-5708][DataProxy] Provide single flume channel to reduce synchronized operation URL: https://github.com/apache/inlong/pull/5709 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [inlong] gosonzhang commented on pull request #5630: [INLONG-5628][DataProxy] Add buffer limit of sink dispatch queue

2022-10-07 Thread GitBox
gosonzhang commented on PR #5630: URL: https://github.com/apache/inlong/pull/5630#issuecomment-1272244844 @luchunliang, the PR has conflicts that must be resolved, and I see that LinkedBlockingQueue is used in some sinks, but there is no corresponding replacement for BufferQueue. Can it be

[GitHub] [inlong] dockerzhang opened a new pull request, #6091: [INLONG-6090][IDEA] Show InLong logo in IDEA

2022-10-07 Thread GitBox
dockerzhang opened a new pull request, #6091: URL: https://github.com/apache/inlong/pull/6091 ### 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 repl