Uploaded image for project: 'Network Controller'
  1. Network Controller
  2. SDNC-882

Websocket Notification Handling through webServices

XMLWordPrintable

      Websocket notifications are handled by the webservice image "sdnr-web".

      Websocket TCP sessions are forwarded to SDNC by "sdnr-web" by proxy function.

      Handling is covered by SDNC functionality.

      Covered with https://jira.onap.org/browse/SDNC-1013

       

            location /websocket {
                      proxy_pass http://192.168.178.169:8181/websocket;
                      proxy_http_version 1.1;
                      proxy_set_header Upgrade $http_upgrade;
                      proxy_set_header Connection "upgrade";
              }
      
      

            metaljackL Michael Dürre
            demskeq8 Alexander Dehn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: