This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a change to branch branch-1.5 in repository https://gitbox.apache.org/repos/asf/inlong.git
from ee17285f0 [INLONG-7100][Manager][Sort][Dashboard] Support partition key in Hudi sink (#7101) new aa6c08099 [INLONG-7130][Manager] Fix null JDBC URL when mysql stream sink init (#7132) new 44feb7517 [INLONG-7135][Manager] Support the connection test of data nodes and clusters (#7136) The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../service/cluster/AbstractClusterOperator.java | 8 ++++- .../service/cluster/InlongClusterOperator.java | 10 ++++++- .../service/cluster/InlongClusterService.java | 8 +++++ .../service/cluster/InlongClusterServiceImpl.java | 14 ++++++++- .../service/cluster/PulsarClusterOperator.java | 22 ++++++++++++-- .../service/node/AbstractDataNodeOperator.java | 6 ++++ .../manager/service/node/DataNodeOperator.java | 8 +++++ .../manager/service/node/DataNodeServiceImpl.java | 28 ++---------------- .../node/es/ElasticsearchDataNodeOperator.java | 34 ++++++++++++++++++++++ .../service/node/hive/HiveDataNodeOperator.java | 22 ++++++++++++++ .../service/resource/sink/es/ElasticsearchApi.java | 2 +- .../resource/sink/mysql/MySQLResourceOperator.java | 24 ++++++++++++++- .../manager/web/controller/DataNodeController.java | 2 +- .../web/controller/InlongClusterController.java | 6 ++++ 14 files changed, 161 insertions(+), 33 deletions(-)