Re: [PR] MINIFICPP-2278 Add custom relationship support for python processors [nifi-minifi-cpp]

2024-02-29 Thread via GitHub
fgerlits closed pull request #1722: MINIFICPP-2278 Add custom relationship support for python processors URL: https://github.com/apache/nifi-minifi-cpp/pull/1722 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] MINIFICPP-2278 Add custom relationship support for python processors [nifi-minifi-cpp]

2024-02-29 Thread via GitHub
lordgamez commented on code in PR #1722: URL: https://github.com/apache/nifi-minifi-cpp/pull/1722#discussion_r1507694617 ## extensions/python/types/PyProcessSession.cpp: ## @@ -308,6 +321,30 @@ PyObject* PyProcessSessionObject::transfer(PyProcessSessionObject* self, PyObjec

Re: [PR] MINIFICPP-2278 Add custom relationship support for python processors [nifi-minifi-cpp]

2024-02-29 Thread via GitHub
szaszm commented on code in PR #1722: URL: https://github.com/apache/nifi-minifi-cpp/pull/1722#discussion_r1507552381 ## extensions/python/types/PyProcessSession.cpp: ## @@ -308,6 +321,30 @@ PyObject* PyProcessSessionObject::transfer(PyProcessSessionObject* self, PyObjec

Re: [PR] MINIFICPP-2278 Add custom relationship support for python processors [nifi-minifi-cpp]

2024-02-15 Thread via GitHub
lordgamez commented on code in PR #1722: URL: https://github.com/apache/nifi-minifi-cpp/pull/1722#discussion_r1490602636 ## docker/test/integration/resources/python/RotatingForwarder.py: ## Review Comment: Updated in a70fe1b486262582113b52761724b197941e4ab9 -- This is