You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by he...@apache.org on 2022/01/25 01:49:15 UTC

[incubator-inlong] branch master updated (2f37fb8 -> 53097e9)

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


    from 2f37fb8  Revert "[INLONG-2320][Bug][TubeMQ]Out of bounds error when saving the historical offset (#2321)" (#2324)
     add 53097e9  [INLONG-2215][DataProxy-sdk] Add HTTP protocol client example (#2269)

No new revisions were added by this update.

Summary of changes:
 .../sdk/dataproxy/{demo => example}/Event.java     |  2 +-
 .../sdk/dataproxy/example/HttpClientExample.java   | 94 ++++++++++++++++++++++
 .../{demo => example}/MyFileCallBack.java          |  2 +-
 .../{demo => example}/MyMessageCallBack.java       |  2 +-
 .../dataproxy/{demo => example}/SendMsgThread.java |  2 +-
 5 files changed, 98 insertions(+), 4 deletions(-)
 rename inlong-sdk/dataproxy-sdk/src/main/java/org/apache/inlong/sdk/dataproxy/{demo => example}/Event.java (98%)
 create mode 100644 inlong-sdk/dataproxy-sdk/src/main/java/org/apache/inlong/sdk/dataproxy/example/HttpClientExample.java
 rename inlong-sdk/dataproxy-sdk/src/main/java/org/apache/inlong/sdk/dataproxy/{demo => example}/MyFileCallBack.java (97%)
 rename inlong-sdk/dataproxy-sdk/src/main/java/org/apache/inlong/sdk/dataproxy/{demo => example}/MyMessageCallBack.java (97%)
 rename inlong-sdk/dataproxy-sdk/src/main/java/org/apache/inlong/sdk/dataproxy/{demo => example}/SendMsgThread.java (98%)