You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by dlukyanov <gi...@git.apache.org> on 2017/07/16 15:48:54 UTC

[GitHub] nifi issue #1662: NIFI-3688 Extended Groovy Nifi Processor

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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---