Hi Zeabur team,
I’m planning to subscribe to Zeabur and register my own public-IP server as a Zeabur Dedicated Server.
I plan to deploy NashiYard, an OpenAI-compatible API gateway. Its core functionality depends heavily on SSE / chunked streaming responses, especially for long-running LLM streaming requests.
I found two related forum cases:
- https://zeabur.com/forum/posts/69f62c1cc0bbffb242d45430
- https://zeabur.com/forum/posts/69aa51f920754fa5cc0c9555
Both cases mention that an older ingress version, specifically ingress 1.1.15, had an approximately 600-second / 10-minute timeout limit for streaming responses, and that Zeabur staff could manually upgrade the ingress component to remove this limitation.
Before I subscribe and register my server, could you please help confirm the following?
1. For newly registered Dedicated Servers, does the current Zeabur ingress version still have the 10-minute streaming response timeout?
2. If this timeout still exists, can Zeabur upgrade the ingress component for my server to the newer version that removes this limitation?
3. Is there any maximum total HTTP request duration, even if the response is continuously streaming data?
4. What are the current default stream timeout and idle timeout values?
5. Does Zeabur Public Networking / Ingress perform any response buffering for `text/event-stream` or chunked streaming responses?
6. Does Zeabur enable gzip or Brotli compression for streaming responses?
7. Does Zeabur Ingress preserve application response headers such as `X-Accel-Buffering: no`, `Cache-Control: no-cache`, and `Content-Type: text/event-stream`?
8. Are there any behavioral differences for streaming responses between HTTP/1.1 and HTTP/2 on Zeabur Public Networking?
9. Are long-lived SSE connections officially supported for API gateway use cases?
10. Do you currently support user-configurable timeout settings?
11. Do you support custom ingress annotations or per-service ingress configuration for Dedicated Servers?
12. If I need full control over reverse proxy settings, is it supported to run my own Nginx/Caddy on the same Dedicated Server, or would that conflict with Zeabur’s K3s/Ingress components using ports 80/443?
This is important for my use case because NashiYard needs reliable long-lived OpenAI-compatible streaming connections.
Thank you.