spring-boot/spring-boot-project/spring-boot-docs
Brian Clozel e2a7594246 Configure Reactor HTTP client resources
This commit adds support for the new `ReactorResourceFactory` and
ensures that such a bean is created and destroyed with the application
context. This will create a `ClientHttpConnector` bean, to be configured
on the `WebClient.Builder` instance - or let developers create their own
`ClientHttpConnector` bean to override that opinion.

By default, the `ReactorResourceFactory` is configured to participate
with the global resources, for better efficiency.

Closes gh-14058
2018-08-22 19:14:34 +02:00
..
src Configure Reactor HTTP client resources 2018-08-22 19:14:34 +02:00
pom.xml Polish "Add Kafka Streams auto-configuration" 2018-08-22 16:08:25 +02:00