SSE Proxy Configuration (HTTP)

To configure an SSE Proxy, you edit its sse-proxy.yaml configuration file. All you need to do is add the URL of the Content Store's change log SSE endpoint to it's list of backends:

backends:
  - uri: http://editorial.mydomain.com:8082/webservice/escenic/changelog/sse

Even though your SSE Proxy is in this case installed on the same host as the Content Store, you must still use the host name specified in the Tomcat connector definition: do not replace it with localhost.

For full information about installing and configuring an SSE Proxy, see the SSE Proxy documentation.

Once your SSE Proxy is configured, you will also need to reconfigure the change log event stream URI that the Content Store offers to clients. By default the Content Store sends clients the URI of its own SSE endpoint, but now you want clients to get their change log events from the SSE Proxy instead, so you need to set this configuration to:

sseEndpoint=http://editorial.mydomain.com:9080/

For detailed instructions on how to do this, see Changing the Content Engine Event Stream URI.