Add info on reactive-feign to docs. Fixes gh-313.

This commit is contained in:
Olga Maciaszek-Sharma
2020-05-27 20:13:33 +02:00
parent c85853ac9d
commit ad776a43b5

View File

@@ -582,8 +582,10 @@ public interface DemoTemplate {
}
----
=== Reactive Support
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. We will add support for it here as soon as it becomes available in the core project.
=== Troubleshooting
Until that is done, we recommend using https://github.com/Playtika/feign-reactive[feign-reactive] for Spring WebClient support.
==== Early Initialization Errors