fuweng11 opened a new pull request, #7937:
URL: https://github.com/apache/inlong/pull/7937
### Prepare a Pull Request
- Fixes #7936
### Motivation
Support issued pulsar subscriptions to sort.
### Modifications
Support issued pulsar subscriptions to sort.
vernedeng opened a new pull request, #7939:
URL: https://github.com/apache/inlong/pull/7939
### 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 re
dockerzhang commented on code in PR #7935:
URL: https://github.com/apache/inlong/pull/7935#discussion_r1178728624
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/source/kafka/KafkaSourceOperator.java:
##
@@ -131,8 +127,13 @@ public Map>
getSour
haifxu commented on code in PR #7935:
URL: https://github.com/apache/inlong/pull/7935#discussion_r1178742790
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/source/kafka/KafkaSourceOperator.java:
##
@@ -131,8 +127,13 @@ public Map>
getSourcesMa
fuweng11 commented on code in PR #7913:
URL: https://github.com/apache/inlong/pull/7913#discussion_r1178751472
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/cluster/InlongClusterServiceImpl.java:
##
@@ -1154,6 +1155,11 @@ public DataProxyNodeR
EMsnap commented on code in PR #7937:
URL: https://github.com/apache/inlong/pull/7937#discussion_r1178761123
##
inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/node/extract/PulsarExtractNode.java:
##
@@ -67,13 +69,15 @@ public PulsarExtractNode(@JsonPropert
bluewang opened a new issue, #744:
URL: https://github.com/apache/inlong-website/issues/744
### What happened

### What you expected to happen
open https://
bluewang opened a new pull request, #745:
URL: https://github.com/apache/inlong-website/pull/745
### 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 r
gosonzhang opened a new pull request, #7942:
URL: https://github.com/apache/inlong/pull/7942
- Fixes #7931
Modification details:
1. Merge CommonPropertiesHolder and ConfigManager.getCommonProperties() into
CommonConfigHolder, manage configuration logic related to common.propert
EMsnap opened a new pull request, #7943:
URL: https://github.com/apache/inlong/pull/7943
### Prepare a Pull Request
- Fixes #7840
### Motivation
[INLONG-7940][Manager] Use pulsar subscriptions and specify subscription
offset in pulsar connector
### Modifications
dockerzhang merged PR #745:
URL: https://github.com/apache/inlong-website/pull/745
--
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...@i
dockerzhang closed issue #744: [Bug][Doc] The version number does not match
URL: https://github.com/apache/inlong-website/issues/744
--
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 comme
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-website.git
The following commit(s) were added to refs/heads/master by this push:
new 416067b476 [INLONG-744][Doc] The ve
haifxu opened a new pull request, #7944:
URL: https://github.com/apache/inlong/pull/7944
### Prepare a Pull Request
- Fixes #7941
### Motivation
1. We need to distinguish lightweight tasks when querying groups.
### Modifications
1. Add `lightweight` param.
gong commented on code in PR #7923:
URL: https://github.com/apache/inlong/pull/7923#discussion_r1178909366
##
inlong-sort/sort-flink/sort-flink-v1.13/pom.xml:
##
@@ -0,0 +1,235 @@
+
+
+http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+
gong commented on code in PR #7923:
URL: https://github.com/apache/inlong/pull/7923#discussion_r1178934027
##
inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors-v1.13/doris/pom.xml:
##
@@ -20,7 +20,7 @@
4.0.0
org.apache.inlong
-sort-connectors
+
gong commented on code in PR #7907:
URL: https://github.com/apache/inlong/pull/7907#discussion_r1178955538
##
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/util/CalculateObjectSizeUtils.java:
##
@@ -0,0 +1,49 @@
+/*
+ * Licensed to the Apache Softwar
healchow commented on code in PR #7944:
URL: https://github.com/apache/inlong/pull/7944#discussion_r1179053366
##
inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/controller/InlongGroupController.java:
##
@@ -88,9 +90,12 @@ public Response get(@PathVariable
healchow commented on code in PR #7944:
URL: https://github.com/apache/inlong/pull/7944#discussion_r1179054093
##
inlong-manager/manager-dao/src/main/resources/mappers/InlongGroupEntityMapper.xml:
##
@@ -98,6 +98,7 @@
select count(*) as total, status
from inlon
healchow commented on code in PR #7942:
URL: https://github.com/apache/inlong/pull/7942#discussion_r1179061423
##
inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/config/CommonConfigHolder.java:
##
@@ -0,0 +1,477 @@
+/*
+ * Licensed to the Apache Softw
healchow commented on code in PR #7942:
URL: https://github.com/apache/inlong/pull/7942#discussion_r1179066889
##
inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/metrics/DataProxyMetricItem.java:
##
@@ -144,7 +144,8 @@ public static void fillInlongId(
healchow commented on code in PR #7942:
URL: https://github.com/apache/inlong/pull/7942#discussion_r1179072100
##
inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/config/CommonConfigHolder.java:
##
@@ -0,0 +1,477 @@
+/*
+ * Licensed to the Apache Softw
healchow commented on code in PR #7942:
URL: https://github.com/apache/inlong/pull/7942#discussion_r1179073030
##
inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/config/CommonConfigHolder.java:
##
@@ -0,0 +1,477 @@
+/*
+ * Licensed to the Apache Softw
healchow commented on code in PR #7935:
URL: https://github.com/apache/inlong/pull/7935#discussion_r1179080013
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/source/tubemq/TubeMQSourceOperator.java:
##
@@ -110,17 +110,22 @@ public Map>
getSour
healchow commented on code in PR #7935:
URL: https://github.com/apache/inlong/pull/7935#discussion_r1179081867
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/source/tubemq/TubeMQSourceOperator.java:
##
@@ -110,17 +110,22 @@ public Map>
getSour
healchow commented on PR #7933:
URL: https://github.com/apache/inlong/pull/7933#issuecomment-1525619876
@woofyzhao Hi woofy, do you have time to review this PR?
--
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
TszKitLo40 commented on code in PR #7933:
URL: https://github.com/apache/inlong/pull/7933#discussion_r1179849093
##
inlong-tubemq/tubemq-client-twins/tubemq-client-go/client/producer_impl.go:
##
@@ -0,0 +1,200 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+//
TszKitLo40 commented on PR #7933:
URL: https://github.com/apache/inlong/pull/7933#issuecomment-1526855483
I don't know the specific logic of producer. Maybe @gosonzhang should have a
look.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
gosonzhang commented on code in PR #7942:
URL: https://github.com/apache/inlong/pull/7942#discussion_r1179851303
##
inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/config/CommonConfigHolder.java:
##
@@ -0,0 +1,477 @@
+/*
+ * Licensed to the Apache Sof
gosonzhang commented on code in PR #7942:
URL: https://github.com/apache/inlong/pull/7942#discussion_r1179854246
##
inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/config/CommonConfigHolder.java:
##
@@ -0,0 +1,477 @@
+/*
+ * Licensed to the Apache Sof
gosonzhang commented on code in PR #7942:
URL: https://github.com/apache/inlong/pull/7942#discussion_r1179854788
##
inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/config/CommonConfigHolder.java:
##
@@ -0,0 +1,477 @@
+/*
+ * Licensed to the Apache Sof
gosonzhang commented on code in PR #7942:
URL: https://github.com/apache/inlong/pull/7942#discussion_r1179855444
##
inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/metrics/DataProxyMetricItem.java:
##
@@ -144,7 +144,8 @@ public static void fillInlongI
fuweng11 commented on code in PR #7944:
URL: https://github.com/apache/inlong/pull/7944#discussion_r1179884219
##
inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/controller/InlongGroupController.java:
##
@@ -88,9 +90,12 @@ public Response get(@PathVariable
EMsnap merged PR #7907:
URL: https://github.com/apache/inlong/pull/7907
--
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.apach
This is an automated email from the ASF dual-hosted git repository.
zirui 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 704ef3eb7 [INLONG-7906][Sort] Improve logic of ca
haifxu commented on code in PR #7935:
URL: https://github.com/apache/inlong/pull/7935#discussion_r1179893375
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/source/tubemq/TubeMQSourceOperator.java:
##
@@ -110,17 +110,22 @@ public Map>
getSource
lordcheng10 commented on code in PR #7905:
URL: https://github.com/apache/inlong/pull/7905#discussion_r1179958099
##
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/Constants.java:
##
@@ -187,7 +190,18 @@ public final class Constants {
lordcheng10 commented on code in PR #7905:
URL: https://github.com/apache/inlong/pull/7905#discussion_r1179958099
##
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/Constants.java:
##
@@ -187,7 +190,18 @@ public final class Constants {
lordcheng10 commented on code in PR #7905:
URL: https://github.com/apache/inlong/pull/7905#discussion_r1179991387
##
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/Constants.java:
##
@@ -187,7 +190,18 @@ public final class Constants {
lordcheng10 commented on code in PR #7905:
URL: https://github.com/apache/inlong/pull/7905#discussion_r1179991566
##
inlong-sort/sort-connectors/kafka/src/main/java/org/apache/inlong/sort/kafka/partitioner/InLongFixedPartitionPartitioner.java:
##
@@ -0,0 +1,121 @@
+/*
+ * Licens
lordcheng10 commented on PR #7905:
URL: https://github.com/apache/inlong/pull/7905#issuecomment-1527067788
> Thanks for your contribution, could u please add some test for
InLongFixedPartitionPartitioner?
I will add some tests.
--
This is an automated message from the Apache Git Se
41 matches
Mail list logo