4.3.2.1.1 Configuring Extend Proxy on the Coherence Server

To enable communication between GoldenGate Stream Analytics and the Coherence server, you must configure extend proxy on the Coherence server or the cluster. GGSA can connect to the Coherence server only by extending its proxy service. To configure extend proxy on the Coherence server, define the following configuration in the server’s cache-config.xml, as in the format below:
<caching-schemes>
      .............

      <proxy-scheme>
         <service-name>ExtendTcpProxyService</service-name>
         <acceptor-config>
            <tcp-acceptor>
               <local-address>
                  <address>{ADDRESS}</address>
                  <port>{PORT}</port>
               </local-address>
            </tcp-acceptor>
         </acceptor-config>
         <autostart>true</autostart>
      </proxy-scheme>

</caching-schemes>