You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "pvillard31 (via GitHub)" <gi...@apache.org> on 2023/04/25 08:47:09 UTC

[GitHub] [nifi] pvillard31 commented on pull request #7185: NIFI-11473 Flow version change in NiFi should not stop a component wh…

pvillard31 commented on PR #7185:
URL: https://github.com/apache/nifi/pull/7185#issuecomment-1521411080

   What I usually do to check this:
   - have a GenerateFlowFile to InvokeHTTP
   - have a ListenHTTP
   Version this is as v1.
   Move the ListenHTTP processor. Version this is as v2.
   With processors running, without the fix, v1 to v2 would generate errors because ListenHTTP is restarted and InvokeHTTP cannot send data during the restart. With the fix, there should be no error.


-- 
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