Are there any examples of connection to a server with http/2 support?
Thanks
@enricosecondulfo There is not support in 0.8.x
Any plans to implement HTTP/2 support on client side?
Hello,
Cheering for you here. Any update?
Just saying, but our team refactored 20+ micro services from Webflux http to Webflux http2 + https with ssl.
Then, we started to refactor our gateway service, which is in front of our 20+ micro services, to realize http2 is not possible :'D
Thank you!
I think H2 is coming soon. saw some code there, just all commented. Really wish it is not H2 only, it should support H2C as well! Not all H2 connections are in non-trust-worthy network. For micro-services it is import for us to debug H2C messages between services.
Do you have any plan about the date next version of reactor netty will be published with this enhancement ?
When does reactor-netty going to support H2C client ?
For us, as we will have a proxy(HA proxy/Nginx) running between our application and outside service, we're really hoping use same thing for both server(webflux + reactory netty) and client(reactor netty web client).
At this time, we have to use vert.x netty web client to support h2c
This would be great to have. We are also waiting for this
Waiting for this, too.
Would really love to see this.
Gateway needs this as well
@violetagg When is 1.0.0.M1 targeted for? Is the HTTP/2 work is already in progress? Wondering if we can help to speed it up.
@anilgursel I'll start working on HTTP/2 for HTTP client this week.
That's great! We will try once available.
I am curious as to how this is progressing. I am looking forward to resolving this issue quickly.
Hopefully this week I'll prepare a draft PR for this enhancement.
Most helpful comment
Hello,
Cheering for you here. Any update?
Just saying, but our team refactored 20+ micro services from Webflux http to Webflux http2 + https with ssl.
Then, we started to refactor our gateway service, which is in front of our 20+ micro services, to realize http2 is not possible :'D
Thank you!