lordgamez commented on code in PR #1722: URL: https://github.com/apache/nifi-minifi-cpp/pull/1722#discussion_r1488278314
########## docker/test/integration/resources/python/RotatingForwarder.py: ########## Review Comment: The goal of this PR is to support the same dynamic relationships that NiFi has in their python processors. Previously python processors only supported the predefined "success", "failure" and "original" relationships predefined in the ExecutePythonProcessor processor and bound to the REL_SUCCESS, REL_FAILURE and REL_ORIGINAL python objects. In NiFi the result of the `transform` method is a `FlowFileTransformResult` object where the relationship can be any custom string that represents a relationship. This is the dynamic relationship we would like to support, which may differ from the dynamic relationship concept previously used in MiNiFi C++. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
