Hello, my service uses SSE (Server-Sent Events) for long-lived connections, but the gateway currently disconnects automatically after about 15 minutes. The backend has already implemented a heartbeat mechanism, so the connection should not be dropped due to inactivity.
Service information:
- Project name: fin-front
- Affected domain:
- Frontend service port: 3002
- Backend service port: 8008
- Current issue: SSE connection is forcibly disconnected by the gateway after about 15 minutes, despite the backend sending heartbeats normally.
- Expectation: Adjust the gateway's proxy timeout / read timeout to 24 hours or longer to support SSE long-lived connection scenarios.
Thank you!