nifi/nifi-framework-api
Joe Witt b049f1e6ba
NIFI-8338-RC1 prepare for next development iteration
2021-03-17 20:37:52 -07:00
..
src NIFI-7646, NIFI-8222: Instead of having StandardProcessSession call ContentRepository.read(ContentClaim), introduced a new ContentRepository.read(ResourceClaim) and hold open the InputStream to the ResourceClaim. This can't be supported by EncryptedContentRepository, so introduced a method to allow using this or not. The benefit here is that when we have many FlowFiles read within a session, such as when using MergeContent/MergeRecord or a processor configured with a Run Duration, we can hold open a single InputStream instead of constantly opening FileInputStreams and seeking to the appropriate location. This is much faster. 2021-02-24 21:49:00 -07:00
pom.xml NIFI-8338-RC1 prepare for next development iteration 2021-03-17 20:37:52 -07:00