Skip to content

Commit 2755880

Browse files
committed
Regenerate configprops.
1 parent f832b10 commit 2755880

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/modules/ROOT/pages/spring-cloud-openfeign.adoc

+1-4
Original file line numberDiff line numberDiff line change
@@ -842,13 +842,10 @@ protected interface DemoFeignClient {
842842

843843
[[reactive-support]]
844844
=== Reactive Support
845-
As the https://github.com/OpenFeign/feign[OpenFeign project] does not currently support reactive clients, such as https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/web/reactive/function/client/WebClient.html[Spring WebClient], neither does Spring Cloud OpenFeign.
845+
As at the time of active development of Spring Cloud OpenFeign, the https://github.com/OpenFeign/feign[OpenFeign project] did not support reactive clients, such as https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/web/reactive/function/client/WebClient.html[Spring WebClient], such support could not be added to Spring Cloud OpenFeign either.
846846

847847
Since Spring Cloud OpenFeign project is now considered feature-complete, we're not planning on adding support even if it becomes available in the upstream project. We suggest migrating over to https://docs.spring.io/spring-framework/reference/integration/rest-clients.html#rest-http-interface[Spring Interface Clients] instead. Both blocking and reactive stacks are supported there.
848848

849-
850-
Until that is done, we recommend using https://github.com/Playtika/feign-reactive[feign-reactive] for Spring WebClient support.
851-
852849
[[early-initialization-errors]]
853850
==== Early Initialization Errors
854851

0 commit comments

Comments
 (0)