You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/08/31 11:04:17 UTC

[inlong] branch master updated (906d4dd06 -> 73ef23591)

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 906d4dd06 [INLONG-5752][Manager] Change the text type to medium text to avoid saving long data failed (#5753)
     add 73ef23591 [INLONG-5743][Agent] Support function read file data continuously through the monitoring file (#5744)

No new revisions were added by this update.

Summary of changes:
 .../apache/inlong/agent/constant/JobConstants.java |  16 +++
 .../java/org/apache/inlong/agent/pojo/FileJob.java |  22 +++-
 .../apache/inlong/agent/pojo/JobProfileDto.java    |   8 ++
 .../sources/reader/file/FileReaderOperator.java    |   8 +-
 .../sources/reader/file/MonitorTextFile.java       | 131 +++++++++++++++++++++
 .../plugin/sources/reader/file/TextFileReader.java |   7 ++
 .../src/test/resources/agent.properties            |   5 +-
 7 files changed, 191 insertions(+), 6 deletions(-)
 create mode 100644 inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sources/reader/file/MonitorTextFile.java