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/03/29 10:22:35 UTC

[incubator-inlong] branch master updated (d9caac8 -> 594b650)

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/incubator-inlong.git.


    from d9caac8  [INLONG-3412][Docker] Optimize the docker-compose for registering component (#3413)
     add 594b650  [INLONG-3386][Manager] Add low_level client in Manager Client SDK (#3388)

No new revisions were added by this update.

Summary of changes:
 .../inlong/manager/client/api/InlongClient.java    | 15 -----
 .../manager/client/api/LowLevelInlongClient.java   | 53 ++++++++++++++++
 .../manager/client/api/impl/InlongClientImpl.java  | 37 ++---------
 .../manager/client/api/impl/InlongGroupImpl.java   |  2 +-
 .../client/api/impl/LowLevelInlongClientImpl.java  | 72 ++++++++++++++++++++++
 .../client/api/inner/InnerInlongManagerClient.java |  6 +-
 .../api/impl/InnerInlongManagerClientTest.java     |  3 +-
 .../inlong/manager/common/util/HttpUtils.java      | 24 ++++++++
 8 files changed, 159 insertions(+), 53 deletions(-)
 create mode 100644 inlong-manager/manager-client/src/main/java/org/apache/inlong/manager/client/api/LowLevelInlongClient.java
 create mode 100644 inlong-manager/manager-client/src/main/java/org/apache/inlong/manager/client/api/impl/LowLevelInlongClientImpl.java