You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by ijokarumawak <gi...@git.apache.org> on 2017/09/12 08:59:13 UTC

[GitHub] nifi issue #2105: NIFI-4169: Enhance PutWebSocket error handling

Github user ijokarumawak commented on the issue:

    https://github.com/apache/nifi/pull/2105
  
    This PR is now ready to get reviewed.
    
    A flow template is available here for testing both NiFi as a WebSocket client and server.
    https://gist.github.com/ijokarumawak/f36668b193bc413da3e0d968bb6b47c1
    
    This PR is based on the contribution from Y Wikander. 
    
    - Added "Fork Failed Broadcast Sessions" property to specify whether
      failed FlowFiles should be forked and transferred individually so that
      user can construct a error handling flow using each session id.
    - Added "Enable Detailed Failure Relationships" property to separate
      failure routes into more detailed ones, such as 'no connected sessions'
      or 'communication failure'
    - Added "websocket.broadcast.succeeded" and "websocket.broadcast.failed"
      attributes to outgoing FlowFiles when a message is broadcast.


---