You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2022/07/31 06:47:10 UTC

[rocketmq-schema-registry] 23/34: Merge pull request #11 from humkum/main

This is an automated email from the ASF dual-hosted git repository.

duhengforever pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-schema-registry.git

commit d4753b274029761d3e267996e72b271e43041e9e
Merge: b4311c5 7161230
Author: Heng Du <du...@apache.org>
AuthorDate: Fri Jul 29 19:49:10 2022 +0800

    Merge pull request #11 from humkum/main
    
    add http client for rocketmq schema registry

 client/pom.xml                                     |  27 ++++
 .../client/NormalSchemaRegistryClient.java         |  98 ++++++++++++
 .../registry/client/SchemaRegistryClient.java      |  54 +++++++
 .../client/exceptions/RestClientException.java     |  38 +++++
 .../schema/registry/client/rest/JacksonMapper.java |  27 ++++
 .../schema/registry/client/rest/RestService.java   | 129 ++++++++++++++++
 .../schema/registry/client/rest/UrlBuilder.java    | 170 +++++++++++++++++++++
 .../schema/registry/client/util/HttpUtil.java      | 101 ++++++++++++
 pom.xml                                            |   1 +
 9 files changed, 645 insertions(+)