You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/07/04 14:56:06 UTC

[GitHub] [nifi] tpalfy commented on a diff in pull request #6176: NIFI-9558: ConnectWebSocket leaks connections and duplicates FlowFile…

tpalfy commented on code in PR #6176:
URL: https://github.com/apache/nifi/pull/6176#discussion_r913079846


##########
nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors/src/main/resources/docs/org.apache.nifi.processors.websocket.ConnectWebSocket/additionalDetails.html:
##########
@@ -35,7 +35,8 @@ <h2>Summary</h2>
 <p>
     You can define custom websocket headers in the incoming flowfile as additional attributes. The attribute key
     shall start with "header." and continue with they header key. For example: "header.Authorization". The attribute
-    value will be the corresponding header value.
+    value will be the corresponding header value. If a new flowfile is passed to the processor, the previous sessions will be closed,

Review Comment:
   Can we please move this warning to the main description of the processor. It is an important aspect/limitation of the processor rather than a detail.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org