You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ non-blocking HTTP client of Spring WebClient.
26
26
**_feign-reactor-java11_** : Java 11 HttpClient based implementation of reactor Feign (!! Winner of benchmarks !!)
27
27
28
28
**_feign-reactor-rx2_** : Rx2 compatible implementation of reactor Feign (depends on feign-reactor-webclient)
29
+
30
+
**_feign-reactor-rx3_** : Rx3 compatible implementation of reactor Feign (depends on feign-reactor-webclient)
29
31
30
32
**_feign-reactor-jetty_** : experimental Reactive Jetty client based implementation of reactor Feign (doesn't depend on feign-reactor-webclient). In future will allow to write pure Rx2 version.
31
33
- have greater reactivity level then Spring WebClient. By default don't collect body to list instead starts sending request body as stream.
0 commit comments