apollographql / router

A configurable, high-performance routing runtime for Apollo Federation 🚀
https://www.apollographql.com/docs/router/
Other
804 stars 271 forks source link

hyper 1.0 update #3775

Open Geal opened 1 year ago

Geal commented 1 year ago

The new version of hyper is coming soon (we are already at 1.0.0-rc.4), so we should plan around it. Right now I have no idea about the impact or size of this task so I'll explore a bit. One thing that is known already, is that the connection pool was removed, which should help for https://github.com/apollographql/router/issues/2063, but requires that we integrate a new connection pool.

TODO:

bnjjj commented 10 months ago

We will also have to upgrade axum and tower-http. Both are, for now, not already migrated to the new hyper

Geal commented 8 months ago

Some details about this upgrade: