arpadboda commented on a change in pull request #615: MINIFICPP-963 - Zero byte
(no content) flow files cannot be received …
URL: https://github.com/apache/nifi-minifi-cpp/pull/615#discussion_r319972237
##########
File path: docker/test/integration/minifi/__init__.py
##########
@@ -330,6 +332,15 @@ def __rshift__(self, other):
return connected
+ def __invert__(self):
Review comment:
Guess we don't plan to compare processor that way, but if you are against
this, I can add another function to achieve this functionality.
Given we already have a non-trivial override for rshift to connect
processors I feel that this was a nice option to extend our configuration
"language"
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services