RE: How to pass variables to nifi Processor

2016-04-07 Thread Saxena, Shishir
variables to nifi Processor Hello, For properties that support expression language, they can reference properties passed in through the bootstrap.conf file. So you could define a property in bootstrap.conf like -Dfoo=abc and in a processor property reference that as $[foo}. There are plans

Re: How to pass variables to nifi Processor

2016-04-06 Thread Bryan Bende
Hello, For properties that support expression language, they can reference properties passed in through the bootstrap.conf file. So you could define a property in bootstrap.conf like -Dfoo=abc and in a processor property reference that as $[foo}. There are plans for this be improved in the