This is an automated email from the ASF dual-hosted git repository.
healchow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
from 15affd761 [INLONG-4766][Manager] Fix NP problem when the COMPLETE
request is fired directly from the client (#4802)
add b979a636f [INLONG-4232][Agent][Manager] Support collects data from a
specified position for MySQL binlog (#4291)
No new revisions were added by this update.
Summary of changes:
.../org/apache/inlong/agent/pojo/BinlogJob.java | 27 ++++---
.../apache/inlong/agent/pojo/JobProfileDto.java | 2 +
.../src/test/resources/log4j2.properties | 21 -----
.../src/test/resources/log4j2.xml | 30 +++----
.../inlong/manager/client/cli/TestCommand.java | 6 ++
.../src/test/resources/create_group.json | 94 ++++++++++++++++++++++
.../src/test/resources/log4j2.xml | 30 +++----
.../api/impl/DefaultInlongStreamBuilder.java | 36 +++++----
.../manager/common/pojo/group/InlongGroupInfo.java | 1 -
.../common/pojo/sink/ck/ClickHouseSink.java | 3 +
.../manager/common/pojo/sort/BaseSortConf.java | 15 +++-
.../manager/common/pojo/sort/FlinkSortConf.java | 4 +
.../common/pojo/sort/UserDefinedSortConf.java | 4 +
.../pojo/source/mysql/MySQLBinlogSource.java | 7 +-
.../pojo/source/mysql/MySQLBinlogSourceDTO.java | 8 ++
.../mysql/MySQLBinlogSourceListResponse.java | 6 ++
.../source/mysql/MySQLBinlogSourceRequest.java | 6 ++
17 files changed, 216 insertions(+), 84 deletions(-)
delete mode 100644 inlong-agent/agent-core/src/test/resources/log4j2.properties
copy inlong-agent/{agent-plugins => agent-core}/src/test/resources/log4j2.xml
(53%)
create mode 100644
inlong-manager/manager-client-tools/src/test/resources/create_group.json
copy {inlong-agent/agent-plugins =>
inlong-manager/manager-client-tools}/src/test/resources/log4j2.xml (53%)