gunli opened a new pull request, #9169:
URL: https://github.com/apache/inlong/pull/9169
### Prepare a Pull Request
- Fixes #9167
### Motivation
*Explain here the context, and why you're making that change. What is the
problem you're trying to solve?*
### Modificat
luchunliang merged PR #9166:
URL: https://github.com/apache/inlong/pull/9166
--
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.
luchunliang 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 5f2ad4bf90 [INLONG-9165][Agent] Delete job
gunli opened a new pull request, #9171:
URL: https://github.com/apache/inlong/pull/9171
### [INLONG-9170][SDK] use pointers instead of objects
- Fixes #9170
### Motivation
Currently, date types in worker.sendFailedBatches and woker.responseBatches
are objects, not point
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 f055e00c5a [INLONG-8994][Sort] Add hudi connector
EMsnap merged PR #9168:
URL: https://github.com/apache/inlong/pull/9168
--
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
gunli opened a new pull request, #9173:
URL: https://github.com/apache/inlong/pull/9173
### [INLONG-9172][SDK]Delete useless debug logs in Golang SDK
- Fixes #9172
### Motivation
Although the log level is not enabled, Some debug logs in the frequently
called methods of G
gunli opened a new pull request, #9175:
URL: https://github.com/apache/inlong/pull/9175
### [INLONG-9174][SDK] Optimize response attr parsing in Golang SDK
- Fixes #9174
### Motivation
Currently, when we parse the attr in response, we use Strings.Spilt() to
parse, which
gunli opened a new pull request, #9177:
URL: https://github.com/apache/inlong/pull/9177
### [INLONG-9176][SDK] Fail fast when work is unavailable in Golang SDK
- Fixes #9176
### Motivation
Currently, when we send a message, if the worker is unavailable, we will try
anoth
gunli opened a new pull request, #9179:
URL: https://github.com/apache/inlong/pull/9179
### [INLONG-9178][SDK] Update the default values of the config options of
Golang SDK
- Fixes #9178
### Motivation
Currently, the default values of the config options of Golang SDK ar
gunli opened a new pull request, #9181:
URL: https://github.com/apache/inlong/pull/9181
### [INLONG-9180][SDK] Cache up batchReq.dataReqs Golang SDK
- Fixes #9180
### Motivation
Cache up batchReq.dataReqs Golang SDK to improve perf
### Modifications
request
gunli opened a new issue, #886:
URL: https://github.com/apache/inlong-website/issues/886
### Description
The default values of the config options of Golang SDK, update the docs
accordingly.
### Are you willing to submit PR?
- [X] Yes, I am willing to submit a PR!
gunli opened a new pull request, #887:
URL: https://github.com/apache/inlong-website/pull/887
### [INLONG-886][Doc] Update DataProxy Golang SDK docs
- Fixes #886
### Motivation
Update the default values of the config options.
### Modifications
Update the def
EMsnap commented on code in PR #9173:
URL: https://github.com/apache/inlong/pull/9173#discussion_r1377449020
##
inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-golang/dataproxy/worker.go:
##
@@ -500,9 +500,9 @@ func (w *worker) handleRetry(batch *batchReq, retryOnFail
bool) {
}
justinwwhuang opened a new pull request, #9183:
URL: https://github.com/apache/inlong/pull/9183
### Prepare a Pull Request
[INLONG-9182][Agent] Delete useless code
- Fixes #9182
### Motivation
Delete useless code
### Modifications
Delete useless code
dockerzhang merged PR #9181:
URL: https://github.com/apache/inlong/pull/9181
--
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 0d07152244 [INLONG-9180][SDK] Cache up batc
dockerzhang merged PR #9179:
URL: https://github.com/apache/inlong/pull/9179
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
from 0d07152244 [INLONG-9180][SDK] Cache up batchReq.dataReqs Golang SDK
(#9181)
add 7dacceb0a0 [INLONG-9178][SD
github-actions[bot] commented on PR #8822:
URL: https://github.com/apache/inlong/pull/8822#issuecomment-1788273589
This PR is stale because it has been open for 60 days with no activity.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
dockerzhang merged PR #9171:
URL: https://github.com/apache/inlong/pull/9171
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
from 7dacceb0a0 [INLONG-9178][SDK] Update the default values of the config
options of Golang SDK (#9179)
add b32
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 dae7141fa3 [INLONG-9174][SDK] Optimize resp
dockerzhang merged PR #9175:
URL: https://github.com/apache/inlong/pull/9175
--
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 #9177:
URL: https://github.com/apache/inlong/pull/9177
--
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 2bab820bbe [INLONG-9174][SDK] Fail fast whe
EMsnap merged PR #9183:
URL: https://github.com/apache/inlong/pull/9183
--
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
dockerzhang merged PR #9169:
URL: https://github.com/apache/inlong/pull/9169
--
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 cea1909809 [INLONG-9167][SDK] Use UUID as t
This is an automated email from the ASF dual-hosted git repository.
zirui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
from 2bab820bbe [INLONG-9174][SDK] Fail fast when work is unavailable in
Golang SDK (#9177)
add 54dc99a695 [INLONG-918
EMsnap closed issue #886: [Improve][DataProxy] Update DataProxy Golang SDK docs
URL: https://github.com/apache/inlong-website/issues/886
--
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 c
EMsnap merged PR #887:
URL: https://github.com/apache/inlong-website/pull/887
--
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.
zirui 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 521909ddf5 [INLONG-886][Doc] Update DataP
gunli commented on code in PR #9173:
URL: https://github.com/apache/inlong/pull/9173#discussion_r1378330842
##
inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-golang/dataproxy/worker.go:
##
@@ -500,9 +500,9 @@ func (w *worker) handleRetry(batch *batchReq, retryOnFail
bool) {
}
gunli opened a new pull request, #9186:
URL: https://github.com/apache/inlong/pull/9186
### [INLONG-9184][SDK] Update README.md in Golang SDK
- Fixes #9184
### Motivation
Update README.md in Golang SDK
### Modifications
Update README.md in Golang SDK
justinwwhuang opened a new pull request, #9188:
URL: https://github.com/apache/inlong/pull/9188
### Prepare a Pull Request
[INLONG-9187][Agent] Delete useless memory manager
- Fixes #9187
### Motivation
Delete useless memory manager
### Modifications
Del
dockerzhang merged PR #9186:
URL: https://github.com/apache/inlong/pull/9186
--
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 c596091a43 [INLONG-9184][SDK] Update README
bluewang opened a new pull request, #9189:
URL: https://github.com/apache/inlong/pull/9189
### 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
dockerzhang merged PR #9173:
URL: https://github.com/apache/inlong/pull/9173
--
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 5c7682c3ab [INLONG-9172][SDK] Delete useles
EMsnap merged PR #9188:
URL: https://github.com/apache/inlong/pull/9188
--
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 e136f2d245 [INLONG-9187][Agent] Delete useless me
justinwwhuang opened a new pull request, #9191:
URL: https://github.com/apache/inlong/pull/9191
### Prepare a Pull Request
[INLONG-9190][Agent] Log file source clear buffer queue does not take effect
- Fixes #9190
### Motivation
Log file source clear buffer queue does no
44 matches
Mail list logo