(inlong) branch master updated: [INLONG-11499][Agent] By default, use the locally configured audit address (#11500)

2024-11-14 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 8942f35c03 [INLONG-11499][Agent] By default

Re: [PR] [INLONG-11499][Agent] By default, use the locally configured audit address [inlong]

2024-11-14 Thread via GitHub
dockerzhang merged PR #11500: URL: https://github.com/apache/inlong/pull/11500 -- 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...@inlon

[PR] [INLONG-11499][Agent] By default, use the locally configured audit address [inlong]

2024-11-14 Thread via GitHub
justinwwhuang opened a new pull request, #11500: URL: https://github.com/apache/inlong/pull/11500 Fixes #11499 ### Motivation Sometimes it is necessary to assign dedicated audit addresses to certain machines ### Modifications By default, use the locally configure

Re: [PR] [INLONG-11401][Manager] Support Dolphinscheduler schedule engine [inlong]

2024-11-14 Thread via GitHub
fuweng11 commented on code in PR #11468: URL: https://github.com/apache/inlong/pull/11468#discussion_r1841961315 ## inlong-manager/manager-schedule/src/main/java/org/apache/inlong/manager/schedule/dolphinscheduler/DolphinScheduleUtils.java: ## @@ -0,0 +1,719 @@ +/* + * Licensed

Re: [PR] [INLONG-11401][Manager] Support Dolphinscheduler schedule engine [inlong]

2024-11-14 Thread via GitHub
fuweng11 commented on code in PR #11468: URL: https://github.com/apache/inlong/pull/11468#discussion_r1841965538 ## inlong-manager/manager-schedule/src/main/java/org/apache/inlong/manager/schedule/exception/DolphinScheduleException.java: ## @@ -0,0 +1,32 @@ +/* + * Licensed to t

Re: [PR] [INLONG-11400][Manager] Support Airflow schedule engine [inlong]

2024-11-14 Thread via GitHub
fuweng11 commented on code in PR #11479: URL: https://github.com/apache/inlong/pull/11479#discussion_r1841978106 ## inlong-manager/manager-schedule/src/main/java/org/apache/inlong/manager/schedule/airflow/api/BaseAirflowApi.java: ## @@ -0,0 +1,142 @@ +/* + * Licensed to the Apac