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/07/15 02:15:02 UTC

[inlong] branch master updated (fd6e150e6 -> 73717e323)

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 fd6e150e6 [INLONG-5052][Manager] The workflow that failed to execute still failed, but returned success (#5053)
     add 73717e323 [INLONG-5007][Manager] Client supports getting sink details by id (#5011)

No new revisions were added by this update.

Summary of changes:
 .../inlong/manager/client/api/InlongStream.java    | 10 ++++++
 .../manager/client/api/impl/InlongStreamImpl.java  | 18 ++++++++++
 .../client/api/inner/InnerInlongManagerClient.java |  9 +++++
 .../manager/client/api/service/StreamSinkApi.java  |  3 ++
 .../api/inner/InnerInlongManagerClientTest.java    | 42 ++++++++++++++++++++++
 .../manager/common/pojo/sink/mysql/MySQLSink.java  |  4 +++
 6 files changed, 86 insertions(+)