Github user benqiu2016 commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/74#discussion_r109761443
  
    --- Diff: libminifi/src/Site2SiteClientProtocol.cpp ---
    @@ -682,6 +682,7 @@ bool Site2SiteClientProtocol::receive(std::string 
transactionID,
     
     bool Site2SiteClientProtocol::send(
         std::string transactionID, DataPacket *packet, 
std::shared_ptr<FlowFileRecord> flowFile,
    +   uint8_t *payload, int length,
    --- End diff --
    
    send can take flowfile or raw bytes, DataPacket is more like a hold for the 
meta info like transaction, etc. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to