Open Dunni opened 2 years 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.
I would also like to use a UDP ingress functionality, is this on the roadmap?
Any news on UDP support?
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