EMsnap opened a new pull request, #9096:
URL: https://github.com/apache/inlong/pull/9096
- Fixes #9095
### Motivation
Support inlong-msg in pulsar flink 1.15 connector
### Modifications
Support inlong-msg in pulsar flink 1.15 connector
### Documentation
justinwwhuang opened a new pull request, #9097:
URL: https://github.com/apache/inlong/pull/9097
### Prepare a Pull Request
- [INLONG-9091][Agent] Add offset profile
- Fixes #9091
### Motivation
Agent uses one job profile to store all the file collect infos that
be
justinwwhuang closed pull request #9097: [INLONG-9091][Agent] Add offset profile
URL: https://github.com/apache/inlong/pull/9097
--
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.
dockerzhang merged PR #9096:
URL: https://github.com/apache/inlong/pull/9096
--
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 271541f598 [INLONG-9095][Sort] Support inlo
justinwwhuang opened a new pull request, #9100:
URL: https://github.com/apache/inlong/pull/9100
### Prepare a Pull Request
- [INLONG-9091][Agent] Add offset profile
- Fixes #9091
### Motivation
Agent uses one job profile to store all the file collect infos that
be
castorqin opened a new pull request, #9101:
URL: https://github.com/apache/inlong/pull/9101
### 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 replac
vernedeng commented on code in PR #9101:
URL: https://github.com/apache/inlong/pull/9101#discussion_r1369866866
##
inlong-sdk/dataproxy-sdk/pom.xml:
##
@@ -108,6 +108,35 @@
-Dmaven.deploy.skip=true
+
+
doleyzi commented on code in PR #9101:
URL: https://github.com/apache/inlong/pull/9101#discussion_r1369876047
##
inlong-sdk/dataproxy-sdk/src/main/java/org/apache/inlong/sdk/dataproxy/config/ProxyConfigManager.java:
##
@@ -740,8 +741,8 @@ private String requestConfiguration(Stri
justinwwhuang opened a new pull request, #9103:
URL: https://github.com/apache/inlong/pull/9103
### Prepare a Pull Request
[INLONG-9102][Agent] Add file utils
- Fixes #9102
### Motivation
Add file utils to scan file by pattern and time range
### Modifications
castorqin commented on code in PR #9101:
URL: https://github.com/apache/inlong/pull/9101#discussion_r1369994362
##
inlong-sdk/dataproxy-sdk/src/main/java/org/apache/inlong/sdk/dataproxy/config/ProxyConfigManager.java:
##
@@ -740,8 +741,8 @@ private String requestConfiguration(St
doleyzi commented on code in PR #9103:
URL: https://github.com/apache/inlong/pull/9103#discussion_r1370020068
##
inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/utils/FileFinder.java:
##
@@ -0,0 +1,297 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) u
justinwwhuang commented on code in PR #9103:
URL: https://github.com/apache/inlong/pull/9103#discussion_r1370020912
##
inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/utils/FileFinder.java:
##
@@ -0,0 +1,297 @@
+/*
+ * Licensed to the Apache Software Foundation (
EMsnap commented on code in PR #9103:
URL: https://github.com/apache/inlong/pull/9103#discussion_r1370050639
##
inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/utils/file/FileNameRegexMatchPredicate.java:
##
@@ -0,0 +1,51 @@
+/*
+ * Licensed to the Apache Softwar
justinwwhuang commented on code in PR #9103:
URL: https://github.com/apache/inlong/pull/9103#discussion_r1370052508
##
inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/utils/file/FileNameRegexMatchPredicate.java:
##
@@ -0,0 +1,51 @@
+/*
+ * Licensed to the Apache
EMsnap commented on code in PR #9103:
URL: https://github.com/apache/inlong/pull/9103#discussion_r1370051783
##
inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/utils/file/AlphanumComparator.java:
##
@@ -0,0 +1,153 @@
+/*
+ * Licensed to the Apache Software Founda
justinwwhuang commented on code in PR #9103:
URL: https://github.com/apache/inlong/pull/9103#discussion_r1370055185
##
inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/utils/file/AlphanumComparator.java:
##
@@ -0,0 +1,153 @@
+/*
+ * Licensed to the Apache Software
EMsnap commented on code in PR #9103:
URL: https://github.com/apache/inlong/pull/9103#discussion_r1370055454
##
inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/utils/file/FileFinderIterator.java:
##
@@ -0,0 +1,164 @@
+/*
+ * Licensed to the Apache Software Founda
dockerzhang merged PR #9100:
URL: https://github.com/apache/inlong/pull/9100
--
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 4e1b65b03c [INLONG-9091][Agent] Add offset
justinwwhuang commented on code in PR #9103:
URL: https://github.com/apache/inlong/pull/9103#discussion_r1370058211
##
inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/utils/file/FileFinderIterator.java:
##
@@ -0,0 +1,164 @@
+/*
+ * Licensed to the Apache Software
justinwwhuang commented on code in PR #9103:
URL: https://github.com/apache/inlong/pull/9103#discussion_r1370058335
##
inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/utils/file/AlphanumComparator.java:
##
@@ -0,0 +1,153 @@
+/*
+ * Licensed to the Apache Software
dockerzhang commented on code in PR #9101:
URL: https://github.com/apache/inlong/pull/9101#discussion_r1371074152
##
inlong-sdk/dataproxy-sdk/pom.xml:
##
@@ -31,6 +31,7 @@
${project.parent.parent.basedir}
+3.1.1
Review Comment:
Repeated definition.
dockerzhang merged PR #9105:
URL: https://github.com/apache/inlong/pull/9105
--
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 8e72727dd3 [INLONG-9104][ASF] Add a protect
dockerzhang merged PR #9099:
URL: https://github.com/apache/inlong/pull/9099
--
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 248d65d2de [INLONG-9098][Manager] Support t
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 7df7c8cea5 [INLONG-9073][Manager] Add getStreamBr
EMsnap merged PR #9074:
URL: https://github.com/apache/inlong/pull/9074
--
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
29 matches
Mail list logo