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 <[email protected]> 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(+)
