microsoft / azure-container-apps

Roadmap and issues for Azure Container Apps
MIT License
372 stars 29 forks source link

Feature Request: HTTP/3 and/or UDP ingress support #270

Open Dunni opened 2 years ago

Dunni commented 2 years ago

Is your feature request related to a problem? Please describe.
I'd like to be able to host a cluster of data relay nodes on Azure Container Apps. The type of data is real-time unreliable and so would hugely benefit from access to unreliable datagram-style transport.

Describe the solution you'd like.
Support for QUIC or UDP ingress to my container apps would satisfy this need.

Describe alternatives you've considered.
Hosting over a TCP connection instead could work but would be susceptible to Head of Line blocking which makes it a non-starter for our scenario.

Additional context.
N/A

RyanGroom commented 12 months ago

Any progress on adding UDP? I am looking to build an on demand video service for STUN/TURN and it requires UDP. I would like to quickly spin up a container in the closest datacenter to the user.

Is there any consideration of UDP on Azure Container App ever?

Thanks.

robbelouwet commented 8 months ago

I would also like to use a UDP ingress functionality, is this on the roadmap?

itpropro commented 5 hours ago

Any news on UDP support?