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 d18232b54a [INLONG-10241][Sort] TLog format requires the ability to 
parse and determine if the first segment is present (#10243)
     add b5261a3927 [INLONG-10224][Sort] Unified configuration check utils 
(#10255)

No new revisions were added by this update.

Summary of changes:
 .../inlong/common/pojo/sort/SortClusterConfig.java |  69 ++++++
 .../apache/inlong/common/pojo/sort/SortConfig.java |  54 +++++
 .../inlong/common/pojo/sort/SortTaskConfig.java    |  68 ++++++
 .../common/pojo/sort/dataflow/DataFlowConfig.java  |  20 ++
 .../common/pojo/sort/mq/MqClusterConfig.java       |  23 +-
 .../org/apache/inlong/common/util/ListUtil.java    | 121 ++++++++++
 .../apache/inlong/common/util/SortConfigUtil.java  | 245 +++++++++++++++++++++
 .../listener/queue/ClusterConfigListener.java      |   4 +-
 8 files changed, 601 insertions(+), 3 deletions(-)
 create mode 100644 
inlong-common/src/main/java/org/apache/inlong/common/util/ListUtil.java
 create mode 100644 
inlong-common/src/main/java/org/apache/inlong/common/util/SortConfigUtil.java

Reply via email to