Release Highlights
🎉 Beta feature: Gorouter now accepts HTTP2 traffic.
- When
router.enable_http2: true
then the following is enabled:- Client sends http/2 request to LB with http/2 support
- LB sends http/2 request to Gorouter
- Gorouter accepts http/2 traffic
- Gorouter sends h1 traffic to backends
- More work coming soon to get the last hop from gorouter -> apps to support http/2.
- This work was from this routing-release PR and this gorouter PR.