Server Sent Events (SSE)
You can access backends that support Server Sent Events (SSE) the same way in nevisProxy using an Http[s]ConnectorServlet or a BackendConnectorServlet.
Known limitations
- A LuaFilter that buffers the response may cause SSE to not work correctly.
- Depending on their configuration, some buffering filters, such as the RewriteFilter or UrlEncryptionFilter, may have a performance impact or may delay events coming from the backend.