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

When does vert.x support http3? #3755

Closed
T-baby opened this issue Jan 22, 2021 · 14 comments
Closed

When does vert.x support http3? #3755

T-baby opened this issue Jan 22, 2021 · 14 comments
Labels

Comments

@T-baby
Copy link

T-baby commented Jan 22, 2021

When will vert.x support http3? Do you have a plan yet?

@T-baby T-baby added the enhancement New feature or request label Jan 22, 2021
@vietj
Copy link
Member

vietj commented Jan 22, 2021

we are waiting first for HTTP/3 support in Netty for this.

@vietj vietj added question and removed enhancement New feature or request labels Jan 25, 2021
@vietj vietj closed this as completed Jan 25, 2021
@re-thc
Copy link

re-thc commented Nov 9, 2021

Netty has preliminary http3 support, see: https://github.com/netty/netty-incubator-codec-http3

@vietj
Copy link
Member

vietj commented Nov 9, 2021

we're going to add it to our roadmap @re-thc

@vietj
Copy link
Member

vietj commented Nov 9, 2021

it is actually already there as consideration vert-x3/issues#566

we should have a quick look to see how difficult it is to implement.

for the moment, we are maintaining two implementations of HTTP because HTTP/1 and HTTP/2 have different APIs, that would be another API to support, so we might refactor things to ease this support

@larsnaesbye
Copy link

HTTP/3 in Vert.X would be absolutely great 👍🏼

@ScepticMatt
Copy link

Thumbs up for HTTP/3 support

@blackblather
Copy link

IETF standardized HTTP/3 last month in RFC9000 -> https://en.wikipedia.org/wiki/HTTP/3
Would be really cool to have vertx support it

@olenagerasimova
Copy link

hi, do not see any documentation about http3 support. Was it implemented? Maybe at least in some pre-release mode?

@vietj
Copy link
Member

vietj commented Oct 5, 2023 via email

@larsnaesbye
Copy link

Reactor-Netty feels comfortable enough to include the Netty HTTP/3 module now...

https://github.com/reactor/reactor-netty/releases/tag/v1.2.0-M2

@indiealexh
Copy link

indiealexh commented Jul 18, 2024

Following up on this feature

Not sure how close netty is to http3

https://github.com/reactor/reactor-netty/releases/tag/v1.2.0-M4

@vietj
Copy link
Member

vietj commented Jul 18, 2024

thanks for pointing this out, we are looking forward implementing it in the near future

@mikadev
Copy link

mikadev commented Jan 22, 2025

https://spring.io/blog/2024/11/26/http3-in-reactor-2024

@indiealexh
Copy link

FYI for People waiting on this:

#5311

It's coming 🎊

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

No branches or pull requests

9 participants