bakaid 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_r299923336
##########
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:
I agree that it should deprecated, but I am not sure what you specifically
mean by that. Do we have a process for marking functions deprecated?
----------------------------------------------------------------
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