This website requires JavaScript.
Explore
Help
Sign In
Apache
/
nifi
mirror of
https://github.com/apache/nifi.git
Watch
1
Star
0
Fork
You've already forked nifi
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
NIFI-8338-RC1
nifi
/
nifi-framework-api
History
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