You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2018/12/14 16:40:10 UTC

[GitHub] arpadboda commented on a change in pull request #461: MINIFICPP-692 - Ensure calls to get a flowfile are consistent across …

arpadboda commented on a change in pull request #461: MINIFICPP-692 - Ensure calls to get a flowfile are consistent across …
URL: https://github.com/apache/nifi-minifi-cpp/pull/461#discussion_r241816073
 
 

 ##########
 File path: nanofi/include/api/nanofi.h
 ##########
 @@ -233,8 +233,6 @@ flow_file_record *get_next_flow_file(nifi_instance *, flow *);
  **/
 size_t get_flow_files(nifi_instance * instance, flow * flow, flow_file_record ** flowfiles, size_t size);
 
-flow_file_record *get(nifi_instance *,flow *, processor_session *);
 
 Review comment:
   This was only used by Python API before (otherwise you can't get a session ptr)

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


With regards,
Apache Git Services