Github user dlukyanov commented on the issue:
https://github.com/apache/nifi/pull/1662
@mattyb149, I fixed everything except:
- Failure strategy
this property does not limit anything in error handling. it provides
default algorithms for non-handled exceptions. the user still can do
try-catch-transfer in code. i beleive i've added enough description of this
property. ready for discussion about this point.
- rightShift
i really like it, but the main reason why i did not do it - that in
similar cases in groovy only `leftShift` used.
--
http://docs.groovy-lang.org/latest/html/groovy-jdk/java/io/OutputStream.html
-- http://docs.groovy-lang.org/latest/html/groovy-jdk/java/io/Writer.html
--
http://docs.groovy-lang.org/latest/html/groovy-jdk/java/util/Collection.html
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---