gong commented on issue #5797:
URL: https://github.com/apache/inlong/issues/5797#issuecomment-1272873412
close it, pr
[https://github.com/apache/inlong/pull/6079](https://github.com/apache/inlong/pull/6079)
had fixed it.
--
This is an automated message from the Apache Git Service.
To res
woofyzhao opened a new pull request, #6122:
URL: https://github.com/apache/inlong/pull/6122
- Fixes #6121
The source list is not assigned when list streams. Fix it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
yunqingmoswu opened a new pull request, #6123:
URL: https://github.com/apache/inlong/pull/6123
### Prepare a Pull Request
*(Change the title refer to the following example)*
Title: [INLONG-6116][Sort] Support dynamic topic for KafkaLoadNode
*(The following *XYZ* should be rep
gosonzhang opened a new pull request, #6125:
URL: https://github.com/apache/inlong/pull/6125
- Fixes #6124
--
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 unsubscri
dockerzhang merged PR #6122:
URL: https://github.com/apache/inlong/pull/6122
--
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.
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 bde66dcbd [INLONG-6121][Manager] Fix source
This is an automated email from the ASF dual-hosted git repository.
dockerzhang 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 4bf05427c [INLONG-6121][Manag
gosonzhang opened a new pull request, #6127:
URL: https://github.com/apache/inlong/pull/6127
- Fixes #6126
--
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
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 1d99a0d23 [INLONG-6119][SDK] Fix log level
dockerzhang merged PR #6120:
URL: https://github.com/apache/inlong/pull/6120
--
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.
dockerzhang merged PR #6074:
URL: https://github.com/apache/inlong/pull/6074
--
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.
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 252c2a6d3 [INLONG-6073][Kubernetes] Add aud
gosonzhang merged PR #6125:
URL: https://github.com/apache/inlong/pull/6125
--
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.a
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 fd454ad4e [INLONG-6124][TubeMQ] Small optimi
Keylchen commented on PR #6112:
URL: https://github.com/apache/inlong/pull/6112#issuecomment-1273069599
1. The original PrometheusListener cannot get the data after running a
collection task.
The problem is idCounter label dimension is not same with
addCounterMetricFamily dimension coun
gosonzhang merged PR #6127:
URL: https://github.com/apache/inlong/pull/6127
--
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.a
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 d25db080e [INLONG-6126][TubeMQ] Optimize Sto
gong commented on code in PR #6123:
URL: https://github.com/apache/inlong/pull/6123#discussion_r991137398
##
inlong-sort/sort-connectors/kafka/src/main/java/org/apache/inlong/sort/kafka/DynamicKafkaSerializationSchema.java:
##
@@ -176,6 +186,17 @@ public void setPartitions(int[]
gong commented on code in PR #6123:
URL: https://github.com/apache/inlong/pull/6123#discussion_r991139744
##
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/format/DebeziumJsonDynamicSchemaFormat.java:
##
@@ -0,0 +1,54 @@
+/*
+ * Licensed to the Apache
EMsnap opened a new pull request, #6128:
URL: https://github.com/apache/inlong/pull/6128
- Fixes #6113
### Motivation
The Mysql Connector for extracting data now doesn't support reading table
schema when there is no primary key specified.
Canal Json requires field names cal
EMsnap commented on code in PR #6123:
URL: https://github.com/apache/inlong/pull/6123#discussion_r991179290
##
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/format/DynamicSchemaFormatFactory.java:
##
@@ -0,0 +1,54 @@
+/*
+ * Licensed to the Apache So
gong commented on code in PR #6128:
URL: https://github.com/apache/inlong/pull/6128#discussion_r991195949
##
inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/node/extract/SqlServerExtractNode.java:
##
@@ -139,6 +139,6 @@ public boolean isVirtual(MetaField me
EMsnap commented on code in PR #6128:
URL: https://github.com/apache/inlong/pull/6128#discussion_r991199803
##
inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/node/extract/SqlServerExtractNode.java:
##
@@ -139,6 +139,6 @@ public boolean isVirtual(MetaField
healchow merged PR #6112:
URL: https://github.com/apache/inlong/pull/6112
--
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
This is an automated email from the ASF dual-hosted git repository.
healchow 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 e3242e1d8 [INLONG-6115][Agent] S
yunqingmoswu commented on code in PR #6123:
URL: https://github.com/apache/inlong/pull/6123#discussion_r991207109
##
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/format/DebeziumJsonDynamicSchemaFormat.java:
##
@@ -0,0 +1,54 @@
+/*
+ * Licensed to th
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 b0fd63b93 [INLONG-6115][Agent] Solve Prometheu
gosonzhang opened a new pull request, #6130:
URL: https://github.com/apache/inlong/pull/6130
- Fixes #6129
--
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 unsub
GanfengTan opened a new pull request, #6132:
URL: https://github.com/apache/inlong/pull/6132
Filter file names by file attributes.
- Fixes #6131
### Motivation
1. Filter files by file properties, for example: logs of k8s.
2. Add rule filter file.
### Modifications
gosonzhang merged PR #6130:
URL: https://github.com/apache/inlong/pull/6130
--
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.a
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 0133149cd [INLONG-6129][TubeMQ] Optimize the
EMsnap commented on code in PR #6123:
URL: https://github.com/apache/inlong/pull/6123#discussion_r991757209
##
inlong-sort/sort-connectors/kafka/src/main/java/org/apache/inlong/sort/kafka/DynamicKafkaSerializationSchema.java:
##
@@ -176,6 +189,17 @@ public void setPartitions(int
EMsnap commented on code in PR #6123:
URL: https://github.com/apache/inlong/pull/6123#discussion_r991758374
##
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/format/AbstractDynamicSchemaFormat.java:
##
@@ -0,0 +1,116 @@
+/*
+ * Licensed to the Apache
yunqingmoswu commented on code in PR #6123:
URL: https://github.com/apache/inlong/pull/6123#discussion_r991772033
##
inlong-sort/sort-connectors/kafka/src/main/java/org/apache/inlong/sort/kafka/DynamicKafkaSerializationSchema.java:
##
@@ -176,6 +189,17 @@ public void setPartitio
gosonzhang opened a new pull request, #6134:
URL: https://github.com/apache/inlong/pull/6134
- Fixes #6133
--
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 un
EMsnap commented on code in PR #6123:
URL: https://github.com/apache/inlong/pull/6123#discussion_r991776722
##
inlong-sort/sort-connectors/kafka/src/main/java/org/apache/inlong/sort/kafka/DynamicKafkaSerializationSchema.java:
##
@@ -176,6 +189,17 @@ public void setPartitions(int
bluewang opened a new pull request, #6135:
URL: https://github.com/apache/inlong/pull/6135
### 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 replace
EMsnap commented on code in PR #6132:
URL: https://github.com/apache/inlong/pull/6132#discussion_r991777389
##
inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/pojo/FileJob.java:
##
@@ -41,13 +41,16 @@ public class FileJob {
private String envList;
-p
GanfengTan commented on code in PR #6132:
URL: https://github.com/apache/inlong/pull/6132#discussion_r991781225
##
inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/pojo/FileJob.java:
##
@@ -41,13 +41,16 @@ public class FileJob {
private String envList;
-
EMsnap commented on code in PR #6132:
URL: https://github.com/apache/inlong/pull/6132#discussion_r991783022
##
inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/utils/FileDataUtils.java:
##
@@ -65,4 +81,56 @@ public static boolean isJSON(String json) {
GanfengTan commented on code in PR #6132:
URL: https://github.com/apache/inlong/pull/6132#discussion_r991791862
##
inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/utils/FileDataUtils.java:
##
@@ -65,4 +81,56 @@ public static boolean isJSON(String json) {
thesumery commented on code in PR #6123:
URL: https://github.com/apache/inlong/pull/6123#discussion_r991847775
##
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/Constants.java:
##
@@ -86,25 +86,30 @@ public final class Constants {
public static f
thesumery commented on code in PR #6123:
URL: https://github.com/apache/inlong/pull/6123#discussion_r991849455
##
inlong-sort/sort-connectors/kafka/src/main/java/org/apache/inlong/sort/kafka/table/KafkaDynamicTableFactory.java:
##
@@ -289,9 +336,11 @@ public DynamicTableSink cre
thesumery commented on code in PR #6123:
URL: https://github.com/apache/inlong/pull/6123#discussion_r991850958
##
inlong-sort/sort-connectors/kafka/src/main/java/org/apache/inlong/sort/kafka/KafkaDynamicSink.java:
##
@@ -82,7 +81,8 @@ public class KafkaDynamicSink implements Dyn
leezng commented on code in PR #6135:
URL: https://github.com/apache/inlong/pull/6135#discussion_r991861091
##
inlong-dashboard/src/metas/sinks/sqlServer.tsx:
##
@@ -20,36 +20,41 @@ import type { FieldItemType } from '@/metas/common';
import EditableTable from '@/components/Edi
gosonzhang merged PR #6134:
URL: https://github.com/apache/inlong/pull/6134
--
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.a
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 2276c45ff [INLONG-6133][TubeMQ] Add query pa
thesumery commented on code in PR #6123:
URL: https://github.com/apache/inlong/pull/6123#discussion_r991862654
##
inlong-sort/sort-connectors/kafka/src/main/java/org/apache/inlong/sort/kafka/table/KafkaDynamicTableFactory.java:
##
@@ -325,7 +374,9 @@ public DynamicTableSink crea
yunqingmoswu commented on code in PR #6123:
URL: https://github.com/apache/inlong/pull/6123#discussion_r991866312
##
inlong-sort/sort-connectors/kafka/src/main/java/org/apache/inlong/sort/kafka/table/KafkaDynamicTableFactory.java:
##
@@ -325,7 +374,9 @@ public DynamicTableSink c
EMsnap commented on code in PR #6123:
URL: https://github.com/apache/inlong/pull/6123#discussion_r991866539
##
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/format/JsonDynamicSchemaFormat.java:
##
@@ -0,0 +1,168 @@
+/*
+ * Licensed to the Apache Soft
thesumery commented on code in PR #6123:
URL: https://github.com/apache/inlong/pull/6123#discussion_r991869898
##
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/format/JsonDynamicSchemaFormat.java:
##
@@ -0,0 +1,168 @@
+/*
+ * Licensed to the Apache S
yurzhou commented on issue #6136:
URL: https://github.com/apache/inlong/issues/6136#issuecomment-1274159202
I want to solve this problem, please assign the issue to me
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
healchow commented on issue #6136:
URL: https://github.com/apache/inlong/issues/6136#issuecomment-1274161025
> I want to solve this problem, please assign the issue to me
Done. Thanks for your contribution.
--
This is an automated message from the Apache Git Service.
To respond to t
yunqingmoswu commented on code in PR #6123:
URL: https://github.com/apache/inlong/pull/6123#discussion_r991875873
##
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/format/JsonDynamicSchemaFormat.java:
##
@@ -0,0 +1,168 @@
+/*
+ * Licensed to the Apach
54 matches
Mail list logo