This is an automated email from the ASF dual-hosted git repository.
aloyszhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
from fe01901814 [INLONG-11778][Agent] Separate the logs of the DataProxy
SDK (#11779)
add a5570a7677 [INLONG-11774][Agent] Modify the lifecycle of the DataProxy
SDK object (#11775)
No new revisions were added by this update.
Summary of changes:
.../apache/inlong/agent/core/task/TaskManager.java | 10 +-
.../inlong/agent/plugin/sinks/ProxySink.java | 6 +-
.../agent/plugin/sinks/{ => dataproxy}/Sender.java | 68 ++++++------
.../plugin/sinks/dataproxy/SenderManager.java | 114 +++++++++++++++++++++
.../agent/plugin/sinks/filecollect/TestSender.java | 2 +-
5 files changed, 158 insertions(+), 42 deletions(-)
rename
inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sinks/{
=> dataproxy}/Sender.java (89%)
create mode 100644
inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sinks/dataproxy/SenderManager.java