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
When using WebClient (which is default for spring) the clientConnector built doesn't allow you to set the protocol. Therefore it only supports http/1.1.
When using WebClient (which is default for spring) the clientConnector built doesn't allow you to set the protocol. Therefore it only supports http/1.1.
Since other clients support http2:
java11: https://github.com/PlaytikaOSS/feign-reactive/blob/develop/feign-reactor-java11/src/main/java/reactivefeign/java11/Java11ReactiveFeign.java#L104
jetty:
feign-reactive/feign-reactor-jetty/src/main/java/reactivefeign/jetty/JettyReactiveFeign.java
Line 41 in baba570
I would love to see that the netty connection builder takes the useHttp2 flag into account:
https://github.com/PlaytikaOSS/feign-reactive/blob/develop/feign-reactor-webclient/src/main/java/reactivefeign/webclient/NettyClientHttpConnectorBuilder.java#L73
If wanted i would love to PR this change
Thanks
The text was updated successfully, but these errors were encountered: