healchow commented on code in PR #8201:
URL: https://github.com/apache/inlong/pull/8201#discussion_r1223924151
##
inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/mapper/InlongUserRoleEntityMapper.java:
##
@@ -30,6 +30,8 @@ public interface InlongUserRoleEn
fuweng11 commented on code in PR #8203:
URL: https://github.com/apache/inlong/pull/8203#discussion_r1223960767
##
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sort/node/provider/KafkaProvider.java:
##
@@ -113,11 +98,61 @@ public LoadNode createLoadNod
chestnut-c commented on code in PR #8203:
URL: https://github.com/apache/inlong/pull/8203#discussion_r1223964864
##
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sort/node/provider/KafkaProvider.java:
##
@@ -113,11 +98,61 @@ public LoadNode createLoadN
chestnut-c commented on code in PR #8203:
URL: https://github.com/apache/inlong/pull/8203#discussion_r1223973749
##
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sort/node/provider/KafkaProvider.java:
##
@@ -113,11 +98,61 @@ public LoadNode createLoadN
bluewang opened a new pull request, #8205:
URL: https://github.com/apache/inlong/pull/8205
### 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
Yizhou-Yang opened a new pull request, #8206:
URL: https://github.com/apache/inlong/pull/8206
### Prepare a Pull Request
- Fixes #7900
### Motivation
See issue.
### Modifications
Added PrimaryKeyPartitioner, and made modifications to support upsert-kafka
###
Yizhou-Yang closed pull request #8206: Kafka partition
URL: https://github.com/apache/inlong/pull/8206
--
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: c
vernedeng commented on code in PR #8201:
URL: https://github.com/apache/inlong/pull/8201#discussion_r1223990007
##
inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/mapper/InlongUserRoleEntityMapper.java:
##
@@ -30,6 +30,8 @@ public interface InlongUserRoleE
vernedeng commented on code in PR #8201:
URL: https://github.com/apache/inlong/pull/8201#discussion_r1223990904
##
inlong-manager/manager-dao/src/main/resources/mappers/TenantUserRoleEntityMapper.xml:
##
@@ -91,4 +90,13 @@
from tenant_user_role
where id = #{id,
Yizhou-Yang opened a new pull request, #8208:
URL: https://github.com/apache/inlong/pull/8208
### Prepare a Pull Request
- Fixes #7900
### Motivation
See issue.
### Modifications
Added PrimaryKeyPartitioner, and made modifications to support upsert-kafka
###
vernedeng commented on code in PR #8201:
URL: https://github.com/apache/inlong/pull/8201#discussion_r1224010747
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/tenant/InlongTenantServiceImpl.java:
##
@@ -45,6 +45,9 @@ public class InlongTenantSe
Yizhou-Yang closed pull request #8208: [INLONG-7900][Sort] Support partition by
primary key when upsert single table of Kafka
URL: https://github.com/apache/inlong/pull/8208
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
Yizhou-Yang opened a new pull request, #8209:
URL: https://github.com/apache/inlong/pull/8209
### Prepare a Pull Request
- Fixes #7900
### Motivation
See issue.
### Modifications
Added PrimaryKeyPartitioner, and made modifications to support upsert-kafka
###
vernedeng commented on code in PR #8201:
URL: https://github.com/apache/inlong/pull/8201#discussion_r1224023901
##
inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/auth/InlongShiroImpl.java:
##
@@ -135,4 +156,17 @@ public AuthorizationAttributeSourceAdvisor
vernedeng commented on code in PR #8201:
URL: https://github.com/apache/inlong/pull/8201#discussion_r1224024951
##
inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/auth/tenant/TenantAuthenticatingFilter.java:
##
@@ -0,0 +1,80 @@
+/*
+ * Licensed to the Apac
gong commented on code in PR #8207:
URL: https://github.com/apache/inlong/pull/8207#discussion_r1224078301
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/heartbeat/HeartbeatManager.java:
##
@@ -231,7 +231,8 @@ private void evictClusterNode(Hear
This is an automated email from the ASF dual-hosted git repository.
pacinogong 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 396a6a5a60 [INLONG-8202][Manager] Optimize P
gong merged PR #8203:
URL: https://github.com/apache/inlong/pull/8203
--
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.apache.
healchow commented on code in PR #8207:
URL: https://github.com/apache/inlong/pull/8207#discussion_r1224113285
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/stream/InlongStreamServiceImpl.java:
##
@@ -277,6 +277,32 @@ public InlongStreamInfo g
healchow commented on code in PR #8207:
URL: https://github.com/apache/inlong/pull/8207#discussion_r1224113686
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/stream/InlongStreamServiceImpl.java:
##
@@ -277,6 +277,32 @@ public InlongStreamInfo g
fuweng11 commented on code in PR #8207:
URL: https://github.com/apache/inlong/pull/8207#discussion_r1224115941
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/heartbeat/HeartbeatManager.java:
##
@@ -231,7 +231,8 @@ private void evictClusterNode(
fuweng11 commented on code in PR #8207:
URL: https://github.com/apache/inlong/pull/8207#discussion_r1224116119
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/stream/InlongStreamServiceImpl.java:
##
@@ -277,6 +277,32 @@ public InlongStreamInfo g
fuweng11 opened a new pull request, #8211:
URL: https://github.com/apache/inlong/pull/8211
### Prepare a Pull Request
- Fixes #8210
### Motivation
Support configure expiration time of the compost heartbeat information.
### Modifications
Support conf
fuweng11 closed pull request #8211: [INLONG-8210][Manager] Support configure
expiration time of the compost heartbeat information
URL: https://github.com/apache/inlong/pull/8211
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
fuweng11 commented on code in PR #8201:
URL: https://github.com/apache/inlong/pull/8201#discussion_r1224051755
##
inlong-manager/manager-dao/src/main/resources/mappers/InlongTenantEntityMapper.xml:
##
@@ -97,7 +97,6 @@
update inlong_tenant
set description = #{desc
fuweng11 commented on code in PR #8201:
URL: https://github.com/apache/inlong/pull/8201#discussion_r1224148463
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/user/UserServiceImpl.java:
##
@@ -167,15 +167,15 @@ public UserInfo getById(Integer us
fuweng11 commented on code in PR #8201:
URL: https://github.com/apache/inlong/pull/8201#discussion_r1224150325
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/user/UserServiceImpl.java:
##
@@ -167,15 +167,15 @@ public UserInfo getById(Integer us
vernedeng commented on code in PR #8201:
URL: https://github.com/apache/inlong/pull/8201#discussion_r1224152100
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/user/UserServiceImpl.java:
##
@@ -167,15 +167,15 @@ public UserInfo getById(Integer u
vernedeng commented on code in PR #8201:
URL: https://github.com/apache/inlong/pull/8201#discussion_r1224165885
##
inlong-manager/manager-dao/src/main/resources/mappers/InlongTenantEntityMapper.xml:
##
@@ -97,7 +97,6 @@
update inlong_tenant
set description = #{des
fuweng11 commented on code in PR #8201:
URL: https://github.com/apache/inlong/pull/8201#discussion_r1224226010
##
inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/controller/InlongTenantController.java:
##
@@ -50,7 +50,7 @@ public class InlongTenantControll
fuweng11 commented on code in PR #8201:
URL: https://github.com/apache/inlong/pull/8201#discussion_r1224226010
##
inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/controller/InlongTenantController.java:
##
@@ -50,7 +50,7 @@ public class InlongTenantControll
31 matches
Mail list logo