Re: [EXT] Re: Embedded Nifi

2018-02-05 Thread Vincent Russell
n you magically have access to all of NiFi's internals > (someone > > can correct me if I'm wrong). If you want to actually interact with your > > new NiFi instance you will still need to use the REST API. > > > > Thanks, > > Peter > > > > -Original

***UNCHECKED*** Re: [EXT] Re: Embedded Nifi

2018-01-26 Thread Vincent Russell
> > Thanks, > Peter > > -Original Message- > From: Vincent Russell [mailto:vincent.russ...@gmail.com] > Sent: Tuesday, January 23, 2018 03:07 > To: dev@nifi.apache.org > Subject: [EXT] Re: Embedded Nifi > > Thanks Andy, > > This looks a great first st

Re: Embedded Nifi

2018-01-22 Thread Vincent Russell
/apache/nifi/pull/2251 > [2] https://issues.apache.org/jira/browse/NIFI-4424 > > Andy LoPresto > alopre...@apache.org > *alopresto.apa...@gmail.com <alopresto.apa...@gmail.com>* > PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > > On Jan 21, 2018,

Embedded Nifi

2018-01-21 Thread Vincent Russell
Devs, Does an embedded nifi exist that would start a nifi with a provided workflow? I am aware of the Mock framework, but I am looking for something for integration tests. Thanks, Vincent

Re: [ANNOUNCE] New Apache NiFi Committer Mike Hogue

2017-11-10 Thread Vincent Russell
congrats Mike On Fri, Nov 10, 2017 at 8:20 AM, Matt Burgess wrote: > Congratulations Mike, glad to have you aboard! > > On Thu, Nov 9, 2017 at 7:14 PM, Tony Kurc wrote: > > On behalf of the Apache NiFI PMC, I am very pleased to announce that Mike > >

Re: IssuerDN in flow file

2017-05-19 Thread Vincent Russell
; a real review soon. > > On Mon, May 15, 2017 at 12:01 PM, Vincent Russell > <vincent.russ...@gmail.com> wrote: > > Joe, > > > > I just submitted a patch for the JIRA. > > > > Hopefully I did it correctly. > > > > Thanks, > > https://is

Re: patch for NIFI-1828

2016-07-02 Thread Vincent Russell
IFI-1760 > [2] https://cwiki.apache.org/confluence/display/NIFI/Contributor+Guide > > Andy LoPresto > alopre...@apache.org > alopresto.apa...@gmail.com > PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > > On Jun 18, 2016, at 14:40, Vincent

patch for NIFI-1828

2016-06-18 Thread Vincent Russell
I wanted to crawl into contributing to nifi so I created a patch for NIFI-1828. https://issues.apache.org/jira/browse/NIFI-1828 -Vincent ![](https://link.nylas.com/open/2ruieui15bufr3s8afb30ghxj/local- c63e7326-7702?r=ZGV2QG5pZmkuYXBhY2hlLm9yZw==)

Re: Controller service reference another service

2016-04-11 Thread Vincent Russell
sslContextService = > context.getProperty(SSL_CONTEXT_SERVICE).asControllerService(SSLContextService.class); > } > > > Then you should be able to reference the sslContextService member variable > from whatever method that you need. > > Does this make sense. > > Thanks > -Mark &g