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

Add Http2 support #104

Closed
yschimke opened this issue Jun 19, 2017 · 13 comments
Closed

Add Http2 support #104

yschimke opened this issue Jun 19, 2017 · 13 comments
Labels
type/enhancement A general enhancement

Comments

@yschimke
Copy link

Wishlist item for Http2 support. Seems based on keepalive support that reused connections are possible.

@simonbasle simonbasle modified the milestone: 0.8.0.RELEASE Jun 19, 2017
@smaldini smaldini added the type/enhancement A general enhancement label Jun 22, 2017
@smaldini smaldini modified the milestones: 0.8.0.RELEASE, 0.9.0.RELEASE Oct 24, 2017
@thekalinga
Copy link

This item seemed to tagged to 0.9.0.RELEASE.

Any idea where I can find the release schedule for this?

Thanks

@smaldini
Copy link
Contributor

smaldini commented Jan 9, 2018

We will work on that around Q2 - We haven't set a date but it should align with Spring Framework 5.1 work as well. We're looking pretty much to this indeed ( see reactor netty roadmap from S1P here https://speakerdeck.com/smaldini/springoneplatform-2017-reactor-now-and-tomorrow) !

@smaldini smaldini modified the milestones: 0.9.0.RELEASE, 0.8.0.RELEASE Feb 5, 2018
@thekalinga
Copy link

thekalinga commented Jun 4, 2018

@smaldini Can you please share if any progress is being made in this area?

@violetagg
Copy link
Member

@thekalinga you can take a look here https://github.com/reactor/reactor-netty/blob/master/src/test/java/reactor/netty/http/HttpTests.java#L496
there is still not API for working with streams

@thekalinga
Copy link

thekalinga commented Jun 4, 2018

@violetagg Thanks for that. Do u have any idea when the development on this item might start & any target you have in mind for completion?

@violetagg
Copy link
Member

Do u have any idea when the development on this item start & any target you have in mind for completion?

What do you mean?
The upgrade from HTTP/1.1 to HTTP/2 is there, what the missing part is to work directly with the streams....
The 0.8.0.M1 is around the corner

@thekalinga
Copy link

@violetagg Sorry for my ignorance. I dont have much idea about the internal apis created in this project to support HTTP2 API. Is it fair to say 0.8.0 will contain full HTTP2 support?

@violetagg
Copy link
Member

Is it fair to say 0.8.0 will contain full HTTP2 support?

yes

@violetagg violetagg modified the milestones: 0.8.0.RELEASE, 0.8.x Backlog Jun 8, 2018
@medalliaerlich
Copy link

Hi, Which is the release date for 0.8.0?
Is there a RC version?

@violetagg
Copy link
Member

@medalliaerlich We are currently work towards M1, what do you want to see as HTTP/2 support in 0.8? Just supporting HTTP/2 protocol, or manipulating the streams etc.
It will be very helpful to know what people need as HTTP/2 support

Thanks,
Violeta

@medalliaerlich
Copy link

We are planning on using Spring Cloud Gateway which is using Reactor Netty, and are waiting for release 0.8. Please check thread spring-cloud/spring-cloud-gateway#7

@violetagg
Copy link
Member

HTTP/2 support for HttpServer available as part of 0.8.0.M1
#402

@violetagg
Copy link
Member

HTTP/2 for the server is available with Reactor Netty 0.8.x
HTTP/2 for the client will be tracked here #639

@violetagg violetagg removed this from the 0.9.x Backlog milestone Mar 13, 2019
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

No branches or pull requests

6 participants