Re: Closing in on a NiFi 0.8.0 release?

2017-04-16 Thread Joe Witt
Mike You are certainly more than welcome to give the RM role a go and it is very appreciated particularly on 0.x where it isn't as easy to put attention/cycles. Thanks Joe On Wed, Apr 12, 2017 at 6:17 PM, Michael Moser wrote: > All, > > I have started going through JIRA and identifying remainin

Re: Re: InputStream and LineIterator

2017-04-16 Thread Joe Witt
Uwe Looping over LineIterator, assuming we're talking about the Apache Commons IO LineIterator, I would think would have good memory handling behavior. I've not looked at the details of it but I'd assume it would only ever hold in memory that which it takes to create the String that represents th