phrocker edited a comment on issue #637: MINIFICPP-1020 - PutFile fails to 
create empty files
URL: https://github.com/apache/nifi-minifi-cpp/pull/637#issuecomment-526520615
 
 
   @arpadboda I think the disconnect is that when, in NiFi, we deal with java 
output streams and write to the content repo. The result of that may be zero 
bytes but a content claim is created with no content. I believe what you did in 
the other PR is create no claim, correct? If this interpretation is correct, 
then the repo won't have any claim to the content and thus the path you attempt 
to address is correct. 
   
   GenerateFlowFile should create an empty content and there should be a claim 
backing that, which would mean this PR isn't technically necessary since the 
repos will have that resource claim. I'll take a quick look at that other PR to 
get a better understanding of how these two link together if you disagree with 
this opinion and think it may help to have a more holistic understanding. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to