Skip to content

Add a new HttpConnector based on Java 11 HttpClient #27561

Closed
@hantsy

Description

@hantsy

Currently there are some HTTP connectors existed, but most of them depends on 3rd party libs, such as Apache HttpClientComponets, Reactor/Netty, OKHttp etc.

Java 11 introduced a new Reactive HttpClient based on Java 9 Flow API. It is better to add a new HTTP Connector based on this client and make it as the default HTTP client when using it in both blocking client and reactive client(eg. RestTemplate, reactive WebClient).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions