e-mhui opened a new pull request, #8131:
URL: https://github.com/apache/inlong/pull/8131
### Prepare a Pull Request
[INLONG-8125][Sort] Optimizing the speed of transitioning from snapshot to
binlog
- Fixes #8125
### Motivation
When transitioning from the snapshot
hejiay commented on PR #8120:
URL: https://github.com/apache/inlong/pull/8120#issuecomment-1569825188
The idea of this PR is mainly provided by @sparklezzz, I am mainly
responsible for practice and testing, thanks to @sparklezzz
--
This is an automated message from the Apache Git Servi
dockerzhang commented on code in PR #765:
URL: https://github.com/apache/inlong-website/pull/765#discussion_r1211379457
##
docs/sdk/dataproxy-sdk/go.md:
##
@@ -0,0 +1,170 @@
+---
+title: Golang SDK
+sidebar_position: 4
+---
+
+## Create real-time synchronization task
+Create a t
healchow commented on code in PR #8100:
URL: https://github.com/apache/inlong/pull/8100#discussion_r1211537674
##
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/user/InlongRoleRequest.java:
##
@@ -0,0 +1,56 @@
+/*
+ * Licensed to the Apache Software Fou
healchow commented on code in PR #8100:
URL: https://github.com/apache/inlong/pull/8100#discussion_r1211540370
##
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/user/UserRoleCode.java:
##
@@ -25,4 +25,8 @@ public class UserRoleCode {
public static
healchow commented on code in PR #8119:
URL: https://github.com/apache/inlong/pull/8119#discussion_r1211543324
##
inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/controller/InlongTenantRoleController.java:
##
@@ -0,0 +1,72 @@
+/*
+ * Licensed to the Apache
vernedeng commented on code in PR #8100:
URL: https://github.com/apache/inlong/pull/8100#discussion_r1211641581
##
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/user/InlongRoleRequest.java:
##
@@ -0,0 +1,56 @@
+/*
+ * Licensed to the Apache Software Fo
vernedeng commented on code in PR #8100:
URL: https://github.com/apache/inlong/pull/8100#discussion_r1211647287
##
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/user/UserRoleCode.java:
##
@@ -25,4 +25,8 @@ public class UserRoleCode {
public static
vernedeng commented on code in PR #8119:
URL: https://github.com/apache/inlong/pull/8119#discussion_r1211654598
##
inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/controller/InlongTenantRoleController.java:
##
@@ -0,0 +1,72 @@
+/*
+ * Licensed to the Apach
healchow commented on code in PR #8119:
URL: https://github.com/apache/inlong/pull/8119#discussion_r1211689906
##
inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/controller/InlongTenantRoleController.java:
##
@@ -0,0 +1,72 @@
+/*
+ * Licensed to the Apache
dockerzhang merged PR #8111:
URL: https://github.com/apache/inlong/pull/8111
--
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 #765:
URL: https://github.com/apache/inlong-website/pull/765
--
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 #764: [Feature][DataProxy] Add Golang SDK documents
URL: https://github.com/apache/inlong-website/issues/764
--
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 comm
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 dc65019ad7 [INLONG-WEBSITE-764][Dat
fuweng11 commented on code in PR #8119:
URL: https://github.com/apache/inlong/pull/8119#discussion_r1212487523
##
inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/entity/TenantUserRoleEntity.java:
##
@@ -26,13 +26,13 @@
* User role entity, including usern
vernedeng commented on code in PR #8119:
URL: https://github.com/apache/inlong/pull/8119#discussion_r1212492739
##
inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/entity/TenantUserRoleEntity.java:
##
@@ -26,13 +26,13 @@
* User role entity, including user
vernedeng commented on code in PR #8119:
URL: https://github.com/apache/inlong/pull/8119#discussion_r1212493197
##
inlong-manager/manager-dao/src/main/resources/mappers/TenantUserRoleEntityMapper.xml:
##
@@ -33,32 +34,50 @@
-id, user_name, role_code
lordcheng10 commented on PR #8120:
URL: https://github.com/apache/inlong/pull/8120#issuecomment-1571276640
How is column reorder handled? Throw unsupport exception? @hejiay @thexiay
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
dockerzhang merged PR #8119:
URL: https://github.com/apache/inlong/pull/8119
--
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 fe41a33d7 [INLONG-8118][Manager] Support te
gunli opened a new pull request, #8133:
URL: https://github.com/apache/inlong/pull/8133
### [Improve][DataProxy] Fix Golang SDK typo errors in readme.md and
options.go
- Fixes #8132
### Motivation
Fix Golang SDK typo errors in readme.md and options.go
### Modifica
21 matches
Mail list logo