I just want to point out that HTTP requests beyond HTTP 1.1 are also kept alive if the implementatio

I just want to point out that HTTP requests beyond HTTP 1.1 are also kept alive if the implementation is decent. I would think that a future queue HTTP API will even support HTTP 3 which would allow you to pull a lot of messages over a single udp "connection". I highly doubt you'll have performance problems that aren't solved by a better HTTP implementation.
Was this page helpful?