Re: [PR] [INLONG-11267][Doc] Add signoz doc [inlong-website]

2024-10-09 Thread via GitHub
aloyszhang commented on code in PR #1045: URL: https://github.com/apache/inlong-website/pull/1045#discussion_r1794723183 ## docs/modules/sort/log_reporting.md: ## @@ -0,0 +1,80 @@ +--- +title: Log reporting Review Comment: ```suggestion title: OpenTelemetry log reporting

Re: [PR] [INLONG-11267][Doc] Add signoz doc [inlong-website]

2024-10-09 Thread via GitHub
aloyszhang commented on code in PR #1045: URL: https://github.com/apache/inlong-website/pull/1045#discussion_r1794722887 ## i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort/log_reporting.md: ## @@ -0,0 +1,81 @@ +--- +title: 日志上报 Review Comment: ```suggestion

Re: [PR] [INLONG-11267][Doc] Add signoz doc [inlong-website]

2024-10-09 Thread via GitHub
aloyszhang commented on code in PR #1045: URL: https://github.com/apache/inlong-website/pull/1045#discussion_r1794722347 ## docs/modules/sort/log_reporting.md: ## @@ -0,0 +1,80 @@ +--- +title: Log reporting +sidebar_position: 6 +--- + +## 概览 Review Comment: please translate

[PR] [INLONG-11321][CI] Fix workflow failure when removing unnecessary packages [inlong]

2024-10-09 Thread via GitHub
aloyszhang opened a new pull request, #11322: URL: https://github.com/apache/inlong/pull/11322 Fixes #11321 ### Motivation Fix workflow failure when removing unnecessary packages ### Modifications improve package remove logic ### Verifying this change

Re: [PR] [INLONG-11199][Sort] Integrate Grafana Loki for connectors [inlong]

2024-10-09 Thread via GitHub
qy-liuhuo commented on PR #11212: URL: https://github.com/apache/inlong/pull/11212#issuecomment-2404033865 This new commit make log reporting related containers optional: When running docker-compose normally, only necessary containers will be started. If you need to enable the opentel

Re: [PR] [INLONG-11229][SDK] Transform Support ELT Function [inlong]

2024-10-09 Thread via GitHub
ying-hua commented on PR #11248: URL: https://github.com/apache/inlong/pull/11248#issuecomment-2403947793 > @ying-hua please rebase from the master branch to fix the failed UTs. done -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] [INLONG-10883][SDK] Transform SQL support InitCap function [inlong]

2024-10-09 Thread via GitHub
MOONSakura0614 commented on PR #10892: URL: https://github.com/apache/inlong/pull/10892#issuecomment-2403914270 > You should rebase the master branch and then force push you branch solved -- This is an automated message from the Apache Git Service. To respond to the message, please

(inlong) branch master updated: [INLONG-11300][SDK] Transform SQL supports "JSON_ARRAY_APPEND" function (#11310)

2024-10-09 Thread luchunliang
This is an automated email from the ASF dual-hosted git repository. luchunliang 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 58fd7ddd85 [INLONG-11300][SDK] Transform SQ

Re: [PR] [INLONG-11300][SDK] Transform SQL supports "JSON_ARRAY_APPEND" function [inlong]

2024-10-09 Thread via GitHub
luchunliang merged PR #11310: URL: https://github.com/apache/inlong/pull/11310 -- 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

(inlong) branch master updated: [INLONG-11283][SDK]Transform enhance Map-related Collection Functions (#11317)

2024-10-09 Thread luchunliang
This is an automated email from the ASF dual-hosted git repository. luchunliang 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 25e786b828 [INLONG-11283][SDK]Transform enh

Re: [PR] [INLONG-11283][SDK]Transform enhance Map-related Collection Functions [inlong]

2024-10-09 Thread via GitHub
luchunliang merged PR #11317: URL: https://github.com/apache/inlong/pull/11317 -- 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

Re: [I] [Feature][SDK] Supporting Data Sharding with GroupBy Semantics [inlong]

2024-10-09 Thread via GitHub
luchunliang commented on issue #10119: URL: https://github.com/apache/inlong/issues/10119#issuecomment-2403858290 Close -- 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 u

Re: [PR] [INLONG-11301][SDK] Transform SQL supports "JSON_ARRAY_INSERT" function [inlong]

2024-10-09 Thread via GitHub
Zkplo commented on code in PR #11319: URL: https://github.com/apache/inlong/pull/11319#discussion_r1794557147 ## inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/process/function/JsonArrayInsertFunction.java: ## @@ -0,0 +1,124 @@ +/* + * Licensed to the Apa

Re: [I] [Feature][Sort] Add ElasticSearch connector on Flink 1.15 [inlong]

2024-10-09 Thread via GitHub
aloyszhang commented on issue #9730: URL: https://github.com/apache/inlong/issues/9730#issuecomment-2403850332 duplicated with #10740, close this issue -- 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

(inlong) branch master updated (7845da55c0 -> 857d4b4499)

2024-10-09 Thread luchunliang
This is an automated email from the ASF dual-hosted git repository. luchunliang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git from 7845da55c0 [INLONG-11233][SDK] Transform SQL supports mid function (#11234) add 857d4b4499 [INLONG-11252][S

(inlong) branch master updated (4ba289dabd -> 7845da55c0)

2024-10-09 Thread luchunliang
This is an automated email from the ASF dual-hosted git repository. luchunliang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git from 4ba289dabd [INLONG-11237][SDK] Transform SQL supports CHAR_LENGTH function (#11275) add 7845da55c0 [INLONG-

Re: [PR] [INLONG-11252][SDK] Transform support PB sink data [inlong]

2024-10-09 Thread via GitHub
luchunliang merged PR #11280: URL: https://github.com/apache/inlong/pull/11280 -- 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

(inlong) branch master updated: [INLONG-11237][SDK] Transform SQL supports CHAR_LENGTH function (#11275)

2024-10-09 Thread luchunliang
This is an automated email from the ASF dual-hosted git repository. luchunliang 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 4ba289dabd [INLONG-11237][SDK] Transform SQ

Re: [PR] [INLONG-11233][SDK] Transform SQL supports mid function [inlong]

2024-10-09 Thread via GitHub
luchunliang merged PR #11234: URL: https://github.com/apache/inlong/pull/11234 -- 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

Re: [PR] [INLONG-11237][SDK] Transform SQL supports CHAR_LENGTH function [inlong]

2024-10-09 Thread via GitHub
luchunliang merged PR #11275: URL: https://github.com/apache/inlong/pull/11275 -- 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

Re: [I] [Bug]When the tenant associated with the user is not public, login is not possible. [inlong]

2024-10-09 Thread via GitHub
aloyszhang commented on issue #10586: URL: https://github.com/apache/inlong/issues/10586#issuecomment-2403843872 Close this issue since there has been no feedback for a long time, and feel free to re-open it if needed. -- This is an automated message from the Apache Git Service. To respon

Re: [PR] [INLONG-11301][SDK] Transform SQL supports "JSON_ARRAY_INSERT" function [inlong]

2024-10-09 Thread via GitHub
emptyOVO commented on code in PR #11319: URL: https://github.com/apache/inlong/pull/11319#discussion_r1794549509 ## inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/process/function/JsonArrayInsertFunction.java: ## @@ -0,0 +1,124 @@ +/* + * Licensed to the

Re: [PR] [INLONG-11301][SDK] Transform SQL supports "JSON_ARRAY_INSERT" function [inlong]

2024-10-09 Thread via GitHub
emptyOVO commented on code in PR #11319: URL: https://github.com/apache/inlong/pull/11319#discussion_r1794549379 ## inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/process/function/JsonArrayInsertFunction.java: ## @@ -0,0 +1,124 @@ +/* + * Licensed to the

[PR] [INLONG-11301][SDK] Transform SQL supports "JSON_ARRAY_INSERT" function [inlong]

2024-10-09 Thread via GitHub
Zkplo opened a new pull request, #11319: URL: https://github.com/apache/inlong/pull/11319 Fixes #11301 ### Motivation Add the JsonArrayInsertFunction class and enhance the corresponding test class: TestJsonArrayInsertFunction. ### Modifications

Re: [PR] [INLONG-10883][SDK] Transform SQL support InitCap function [inlong]

2024-10-09 Thread via GitHub
aloyszhang commented on PR #10892: URL: https://github.com/apache/inlong/pull/10892#issuecomment-2403748355 You should rebase the master branch and then force push you branch -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

(inlong) branch master updated: [INLONG-11178][Dashboard] Added http sink and http node (#11311)

2024-10-09 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository. aloyszhang 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 80125f0f63 [INLONG-11178][Dashboard] Added h

Re: [PR] [INLONG-11178][Dashboard] Added http sink and http node [inlong]

2024-10-09 Thread via GitHub
aloyszhang merged PR #11311: URL: https://github.com/apache/inlong/pull/11311 -- 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-11315][Audit] Resolve the conflict between the Audit SDK and other components' Protobuf versions (#11316)

2024-10-09 Thread doleyzi
This is an automated email from the ASF dual-hosted git repository. doleyzi 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 c7f358f4bf [INLONG-11315][Audit] Resolve the co

Re: [PR] [INLONG-11315][Audit] Resolve the conflict between the Audit SDK and other components' Protobuf versions [inlong]

2024-10-09 Thread via GitHub
doleyzi merged PR #11316: URL: https://github.com/apache/inlong/pull/11316 -- 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.ap

Re: [PR] [INLONG-11178][Dashboard] Added http sink and http node [inlong]

2024-10-09 Thread via GitHub
wohainilaodou commented on PR #11311: URL: https://github.com/apache/inlong/pull/11311#issuecomment-2403735703 > English page displays Chinese content, please fix it. done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] [INLONG-11178][Dashboard] Added http sink and http node [inlong]

2024-10-09 Thread via GitHub
wohainilaodou commented on PR #11311: URL: https://github.com/apache/inlong/pull/11311#issuecomment-2403722614 > 英文页面显示中文内容,请修复。 done -- 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

[PR] [INLONG-11029][SDK] Transform SQL support StartsWith & EndsWith functions [inlong]

2024-10-09 Thread via GitHub
MOONSakura0614 opened a new pull request, #11318: URL: https://github.com/apache/inlong/pull/11318 Fixes #11029 ### Motivation Add two function classes: StartsWith & EndsWith functions and their unit tests. - STARTSWITH(expr, startExpr): Returns whether ex

(inlong) branch master updated: [INLONG-11313][Manager] Dataproxy cluster increases maximum packet length configuration (#11314)

2024-10-09 Thread gosonzhang
This is an automated email from the ASF dual-hosted git repository. gosonzhang 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 47efde7781 [INLONG-11313][Manager] Dataproxy

Re: [PR] [INLONG-11313][Manager] Dataproxy cluster add maximum packet length configuration [inlong]

2024-10-09 Thread via GitHub
gosonzhang merged PR #11314: URL: https://github.com/apache/inlong/pull/11314 -- 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-10463][SDK] Optimization of ultra-long field processing in InlongSDK (Temp) [inlong]

2024-10-09 Thread via GitHub
gosonzhang commented on code in PR #11213: URL: https://github.com/apache/inlong/pull/11213#discussion_r1794432842 ## inlong-sdk/dataproxy-sdk/src/main/java/org/apache/inlong/sdk/dataproxy/ConfigConstants.java: ## @@ -73,5 +73,6 @@ public class ConfigConstants { public st

Re: [PR] [INLONG-11298][Agent] Fix bug for pulsar source with empty data process and specified time consumption [inlong]

2024-10-09 Thread via GitHub
justinwwhuang merged PR #11299: URL: https://github.com/apache/inlong/pull/11299 -- 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...@inl

(inlong) branch master updated: [INLONG-11298][Agent] Fix bug for pulsar source with empty data process and specified time consumption (#11299)

2024-10-09 Thread wenweihuang
This is an automated email from the ASF dual-hosted git repository. wenweihuang 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 3f52c5c821 [INLONG-11298][Agent] Fix bug fo

Re: [PR] [INLONG-11300][SDK] Transform SQL supports "JSON_ARRAY_APPEND" function [inlong]

2024-10-09 Thread via GitHub
Zkplo commented on code in PR #11310: URL: https://github.com/apache/inlong/pull/11310#discussion_r1793516782 ## inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/process/function/JsonArrayAppendFunction.java: ## @@ -0,0 +1,121 @@ +/* + * Licensed to the Apa

Re: [PR] [INLONG-11267][Doc] Add signoz doc [inlong-website]

2024-10-09 Thread via GitHub
sususama commented on PR #1045: URL: https://github.com/apache/inlong-website/pull/1045#issuecomment-2402223590 > docs should be added in `https://github.com/apache/inlong-website/tree/master/i18n/zh-CN/docusaurus-plugin-content-docs/current ` instead of `i18n/zh-CN/docusaurus-plugin-conten

Re: [PR] [INLONG-11267][Doc] Add signoz doc [inlong-website]

2024-10-09 Thread via GitHub
sususama commented on PR #1045: URL: https://github.com/apache/inlong-website/pull/1045#issuecomment-2402214120 > docs should be added in `https://github.com/apache/inlong-website/tree/master/i18n/zh-CN/docusaurus-plugin-content-docs/current ` instead of `i18n/zh-CN/docusaurus-plugin-conten

Re: [PR] [INLONG-11283][SDK]Transform enhance Map-related Collection Functions [inlong]

2024-10-09 Thread via GitHub
emptyOVO commented on PR #11317: URL: https://github.com/apache/inlong/pull/11317#issuecomment-2402212916 > please add some descriptions for every function thanks, done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] [INLONG-11199][Sort] Integrate Grafana Loki for connectors [inlong]

2024-10-09 Thread via GitHub
qy-liuhuo commented on PR #11212: URL: https://github.com/apache/inlong/pull/11212#issuecomment-2402166836 Due to new changes in #11212, this PR is closed and a new implementation will be provided later. -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [PR] [INLONG-11067][Sort] Report mysql-connector logs through openTelemetry [inlong]

2024-10-09 Thread via GitHub
qy-liuhuo commented on PR #11070: URL: https://github.com/apache/inlong/pull/11070#issuecomment-2402168326 Due to new changes in #11212, this PR is closed and a new implementation will be provided later. -- This is an automated message from the Apache Git Service. To respond to the me

Re: [PR] [INLONG-11199][Sort] Integrate Grafana Loki for connectors [inlong]

2024-10-09 Thread via GitHub
qy-liuhuo closed pull request #11212: [INLONG-11199][Sort] Integrate Grafana Loki for connectors URL: https://github.com/apache/inlong/pull/11212 -- 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

Re: [PR] [INLONG-11067][Sort] Report mysql-connector logs through openTelemetry [inlong]

2024-10-09 Thread via GitHub
qy-liuhuo closed pull request #11070: [INLONG-11067][Sort] Report mysql-connector logs through openTelemetry URL: https://github.com/apache/inlong/pull/11070 -- 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 t

Re: [PR] [INLONG-11199][Sort] Integrate Grafana Loki for connectors [inlong]

2024-10-09 Thread via GitHub
qy-liuhuo commented on PR #11212: URL: https://github.com/apache/inlong/pull/11212#issuecomment-2402158506 > I found there are some duplicated modifications with #11070. Please fix this problem if both of these two pull requests are needed Yeah,#11070 is just an example of usage, so i

Re: [PR] [INLONG-11283][SDK]Transform enhance Map-related Collection Functions [inlong]

2024-10-09 Thread via GitHub
aloyszhang commented on PR #11317: URL: https://github.com/apache/inlong/pull/11317#issuecomment-2402139896 please add some descriptions for every function -- 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

Re: [PR] [INLONG-11199][Sort] Integrate Grafana Loki for connectors [inlong]

2024-10-09 Thread via GitHub
aloyszhang commented on PR #11212: URL: https://github.com/apache/inlong/pull/11212#issuecomment-2402134585 I found there are some duplicated modifications with #11070. Please fix this problem if both of these two pull requests are needed -- This is an automated message from the Apache

Re: [PR] [INLONG-1048][Doc] Add doc for integrating a logging system for Sort [inlong-website]

2024-10-09 Thread via GitHub
aloyszhang commented on code in PR #1049: URL: https://github.com/apache/inlong-website/pull/1049#discussion_r1793391315 ## i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort/log_report.md: ## @@ -0,0 +1,227 @@ +--- +title: 日志上报 Review Comment: ```suggestion t

[PR] [INLONG-11283][SDK]Transform enhance Map-related Collection Functions [inlong]

2024-10-09 Thread via GitHub
emptyOVO opened a new pull request, #11317: URL: https://github.com/apache/inlong/pull/11317 Fixes #11283 ### Motivation add function classes referenced in issue, provide unit tests for each class ### Modifications ### Verifying this change

Re: [PR] [INLONG-1048][Doc] Add doc for integrating a logging system for Sort [inlong-website]

2024-10-09 Thread via GitHub
aloyszhang commented on code in PR #1049: URL: https://github.com/apache/inlong-website/pull/1049#discussion_r1793379171 ## i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort/log_report.md: ## @@ -0,0 +1,227 @@ +--- +title: 日志上报 +sidebar_position: 6 +--- + + + +## 概览

Re: [PR] [INLONG-11267][Doc] Add signoz doc [inlong-website]

2024-10-09 Thread via GitHub
aloyszhang commented on PR #1045: URL: https://github.com/apache/inlong-website/pull/1045#issuecomment-2402103364 docs should be added in `https://github.com/apache/inlong-website/tree/master/i18n/zh-CN/docusaurus-plugin-content-docs/current ` instead of `i18n/zh-CN/docusaurus-plugin-cont

[PR] [INLONG-11315][Audit] Resolve the conflict between the Audit SDK and other components' Protobuf versions [inlong]

2024-10-09 Thread via GitHub
doleyzi opened a new pull request, #11316: URL: https://github.com/apache/inlong/pull/11316 - Fixes #11315 ### Motivation Resolve the conflict between the Audit SDK and other components' Protobuf versions ### Modifications By shading the Protobuf that the audit SD

Re: [PR] [INLONG-11178][Dashboard] Added http sink and http node [inlong]

2024-10-09 Thread via GitHub
fuweng11 commented on PR #11311: URL: https://github.com/apache/inlong/pull/11311#issuecomment-2402093880 English page displays Chinese content, please fix 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 a

Re: [PR] [INLONG-11300][SDK] Transform SQL supports "JSON_ARRAY_APPEND" function [inlong]

2024-10-09 Thread via GitHub
aloyszhang commented on code in PR #11310: URL: https://github.com/apache/inlong/pull/11310#discussion_r1793361631 ## inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/process/function/JsonArrayAppendFunction.java: ## @@ -0,0 +1,121 @@ +/* + * Licensed to th

(inlong) branch master updated: [INLONG-11286][Audit] Optimize the statistics of daily Audit data (#11312)

2024-10-09 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository. aloyszhang 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 778cbe6050 [INLONG-11286][Audit] Optimize th

Re: [PR] [INLONG-11286][Audit] Optimize the statistics of daily Audit data [inlong]

2024-10-09 Thread via GitHub
aloyszhang merged PR #11312: URL: https://github.com/apache/inlong/pull/11312 -- 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-11266][Sort] Add end-to-end test case for sort-connector-pulsar-v1.15 (#11268)

2024-10-09 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository. aloyszhang 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 e97615d56d [INLONG-11266][Sort] Add end-to-e

Re: [PR] [INLONG-11266][Sort] Add end-to-end test case for sort-connector-pulsar-v1.15 [inlong]

2024-10-09 Thread via GitHub
aloyszhang merged PR #11268: URL: https://github.com/apache/inlong/pull/11268 -- 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-11067][Sort] Report mysql-connector logs through openTelemetry [inlong]

2024-10-09 Thread via GitHub
qy-liuhuo commented on PR #11070: URL: https://github.com/apache/inlong/pull/11070#issuecomment-2402044602 > Please resolve the conflict I have resolved 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

[PR] [INLONG-11067][Sort] Report mysql-connector logs through openTelemetry [inlong]

2024-10-09 Thread via GitHub
qy-liuhuo opened a new pull request, #11070: URL: https://github.com/apache/inlong/pull/11070 Fixes #11067 ### Motivation Use openTelemetryLogger(https://github.com/apache/inlong/pull/11066) to report mysql-connector logs to the docker container of open

Re: [PR] [INLONG-11067][Sort] Report mysql-connector logs through openTelemetry [inlong]

2024-10-09 Thread via GitHub
qy-liuhuo closed pull request #11070: [INLONG-11067][Sort] Report mysql-connector logs through openTelemetry URL: https://github.com/apache/inlong/pull/11070 -- 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 t

Re: [PR] [INLONG-11298][Agent] Fix bug for pulsar source with empty data process and specified time consumption [inlong]

2024-10-09 Thread via GitHub
justinwwhuang commented on code in PR #11299: URL: https://github.com/apache/inlong/pull/11299#discussion_r1793001456 ## inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sources/PulsarSource.java: ## @@ -68,8 +69,12 @@ protected void initSource(InstancePro

Re: [PR] [INLONG-11298][Agent] Fix bug for pulsar source with empty data process and specified time consumption [inlong]

2024-10-09 Thread via GitHub
aloyszhang commented on code in PR #11299: URL: https://github.com/apache/inlong/pull/11299#discussion_r1792973785 ## inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sources/PulsarSource.java: ## @@ -68,8 +69,12 @@ protected void initSource(InstanceProfil