setting processor concurrency based on the development/production environment

2018-03-01 Thread Boris Tyukin
Hello NiFi community, started using NiFi recently and fell in love with it! We run 1.6 NiFi alone with new NiFi registry and I am trying to figure out how to promote NiFi flow, created in VM environment to our cluster. One of the things is "Concurrent Tasks" processor parameter. I bump it to 2 or

Re: setting processor concurrency based on the development/production environment

2018-03-01 Thread Bryan Bende
Hello, Glad you are having success with NiFi + NiFi Registry! You brought up an interesting point about the concurrent tasks... I think we may want to consider making the concurrent tasks work similar to variables, in that we capture the concurrent tasks that the flow was developed with and woul

Re: setting processor concurrency based on the development/production environment

2018-03-01 Thread Kevin Doran
Hi Boris, Good point regarding concurrent tasks; thanks for sharing! This is a great candidate for something that one should be able to create environment-specific values for, as Bryan suggests. I agree we should create a NiFi JIRA to track this enhancement. Thanks, Kevin On 3/1/18, 11:44,

Re: setting processor concurrency based on the development/production environment

2018-03-01 Thread Boris Tyukin
thanks Bryan and Kevin. I will be happy to open a jira - would it be a NiFi jira or NiFi registry? I like the approach that Bryan suggested. I guess for now I will just color code the processors that need to be changed in production. P.S. I really, really like where NiFi is going...I've looked a

Re: setting processor concurrency based on the development/production environment

2018-03-01 Thread Kevin Doran
. Cheers, Kevin From: Boris Tyukin Reply-To: Date: Thursday, March 1, 2018 at 13:44 To: Subject: Re: setting processor concurrency based on the development/production environment thanks Bryan and Kevin. I will be happy to open a jira - would it be a NiFi jira or NiFi registry? I

Re: setting processor concurrency based on the development/production environment

2018-03-01 Thread Andrew Grande
e: *Thursday, March 1, 2018 at 13:44 > *To: * > *Subject: *Re: setting processor concurrency based on the > development/production environment > > > > thanks Bryan and Kevin. I will be happy to open a jira - would it be a > NiFi jira or NiFi registry? > > > > I

Re: setting processor concurrency based on the development/production environment

2018-03-02 Thread Boris Tyukin
code base during save version / import flow / change version operations, so >> probably best to create it there. >> >> >> >> Glad you are finding NiFi useful. >> >> >> >> Cheers, >> >> Kevin >> >> >> >> *Fro

Re: setting processor concurrency based on the development/production environment

2018-03-02 Thread Boris Tyukin
Opened NIFI-4921 better support for promoting NiFi processor parameters between dev and prod environments Thanks! On Thu, Mar 1, 2018 at 11:43 AM, Bryan Bende wrote: > Hello, > > Glad you are having success with NiFi + NiFi Registry! > > You brought up an interesting point about the concurrent

Re: setting processor concurrency based on the development/production environment

2018-03-02 Thread Andrew Grande
t;>> that approach, most (all?) of the logic/enhancement would be in the NiFi >>> code base during save version / import flow / change version operations, so >>> probably best to create it there. >>> >>> >>> >>> Glad you are finding NiFi

Re: setting processor concurrency based on the development/production environment

2018-03-02 Thread Andy LoPresto
gt; To: users@nifi.apache.org <mailto:users@nifi.apache.org> > Subject: Re: setting processor concurrency based on the > development/production environment > > Boris, > as the WA - I believe that after deploying the flow on another env, you can > run post-deployment scr