arpadboda commented on a change in pull request #596: MINIFICPP-925 - Fix 
TailFile hang on long lines
URL: https://github.com/apache/nifi-minifi-cpp/pull/596#discussion_r299896843
 
 

 ##########
 File path: libminifi/include/core/ProcessSession.h
 ##########
 @@ -111,6 +111,7 @@ class ProcessSession : public ReferenceContainer {
   // import from the data source.
   void import(std::string source, const std::shared_ptr<core::FlowFile> &flow, 
bool keepSource = true, uint64_t offset = 0);
   void import(std::string source, std::vector<std::shared_ptr<FlowFileRecord>> 
&flows, bool keepSource, uint64_t offset, char inputDelimiter);
 
 Review comment:
   If I remember well this is only used by tailfile.
   
   Removing would be a breaking change, but I guess deprecation is ok as it 
becomes unreferenced. 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to