diff --git a/reference/html/index.html b/reference/html/index.html index 459de534..997c9758 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -129,7 +129,7 @@ $(globalSwitch);
  • 1.10. Feign @QueryMap support
  • 1.11. HATEOAS support
  • 1.12. Spring @MatrixVariable Support
  • -
  • 1.13. Troubleshooting +
  • 1.13. Reactive Support @@ -943,7 +943,13 @@ public interface DemoTemplate {
    -

    1.13. Troubleshooting

    +

    1.13. Reactive Support

    +
    +

    As the OpenFeign project does not currently support reactive clients, such as Spring WebClient, neither does Spring Cloud OpenFeign. We will add support for it here as soon as it becomes available in the core project.

    +
    +
    +

    Until that is done, we recommend using feign-reactive for Spring WebClient support.

    +

    1.13.1. Early Initialization Errors

    diff --git a/reference/html/spring-cloud-openfeign.html b/reference/html/spring-cloud-openfeign.html index 459de534..997c9758 100644 --- a/reference/html/spring-cloud-openfeign.html +++ b/reference/html/spring-cloud-openfeign.html @@ -129,7 +129,7 @@ $(globalSwitch);
  • 1.10. Feign @QueryMap support
  • 1.11. HATEOAS support
  • 1.12. Spring @MatrixVariable Support
  • -
  • 1.13. Troubleshooting +
  • 1.13. Reactive Support @@ -943,7 +943,13 @@ public interface DemoTemplate {
    -

    1.13. Troubleshooting

    +

    1.13. Reactive Support

    +
    +

    As the OpenFeign project does not currently support reactive clients, such as Spring WebClient, neither does Spring Cloud OpenFeign. We will add support for it here as soon as it becomes available in the core project.

    +
    +
    +

    Until that is done, we recommend using feign-reactive for Spring WebClient support.

    +