Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Http/2 Client Support #639

Closed
enricosecondulfo opened this issue Mar 12, 2019 · 16 comments · Fixed by #1147
Closed

Http/2 Client Support #639

enricosecondulfo opened this issue Mar 12, 2019 · 16 comments · Fixed by #1147
Labels
type/enhancement A general enhancement
Milestone

Comments

@enricosecondulfo
Copy link

enricosecondulfo commented Mar 12, 2019

Are there any examples of connection to a server with http/2 support?

Thanks

@violetagg
Copy link
Member

@enricosecondulfo There is not support in 0.8.x

@violetagg violetagg added the type/enhancement A general enhancement label Mar 12, 2019
@violetagg violetagg added this to the 0.9.x Backlog milestone Mar 12, 2019
@violetagg
Copy link
Member

#104
#391
#399

@MilgoTest
Copy link

Any plans to implement HTTP/2 support on client side?

@patpatpat123
Copy link

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!

@Jovons
Copy link

Jovons commented Sep 15, 2019

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.

@AugustoSansoni
Copy link

Do you have any plan about the date next version of reactor netty will be published with this enhancement ?

@YeTingGe
Copy link

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

@violetagg violetagg modified the milestones: 0.9.x Maintenance Backlog, 0.10.x Backlog Nov 26, 2019
@umutuzgur
Copy link

This would be great to have. We are also waiting for this

@phan-pivotal
Copy link

Waiting for this, too.

@fcnorman
Copy link

Would really love to see this.

@spencergibb
Copy link

Gateway needs this as well

@violetagg violetagg modified the milestones: 1.0.0 Backlog, 1.0.0.M1 Apr 20, 2020
@anilgursel
Copy link
Contributor

@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.

@violetagg
Copy link
Member

@anilgursel I'll start working on HTTP/2 for HTTP client this week.

@anilgursel
Copy link
Contributor

That's great! We will try once available.

@cj848
Copy link

cj848 commented May 15, 2020

I am curious as to how this is progressing. I am looking forward to resolving this issue quickly.

@violetagg
Copy link
Member

Hopefully this week I'll prepare a draft PR for this enhancement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement A general enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.