[
https://issues.apache.org/jira/browse/MINIFI-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15971813#comment-15971813
]
ASF GitHub Bot commented on MINIFI-269:
---------------------------------------
Github user benqiu2016 commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/74#discussion_r111843708
--- Diff: libminifi/include/core/Processor.h ---
@@ -239,12 +242,21 @@ class Processor : public Connectable, public
ConfigurableComponent,
// Trigger the Processor even if the incoming connection is empty
std::atomic<bool> _triggerWhenEmpty;
- private:
+ //! obtainSite2SiteProtocol for use
+ std::shared_ptr<Site2SiteClientProtocol>
obtainSite2SiteProtocol(std::string host, uint16_t sport, uuid_t portId);
--- End diff --
Open MINIFI-269 for support site2site server protocol
Open MINIFI-270 for the refactor of above
> Support Site2Site Server Protocol
> ---------------------------------
>
> Key: MINIFI-269
> URL: https://issues.apache.org/jira/browse/MINIFI-269
> Project: Apache NiFi MiNiFi
> Issue Type: Improvement
> Components: C++
> Affects Versions: cpp-0.1.0
> Reporter: bqiu
>
> Support Site2Site Server Protocol
> Now CPP site2Site only support client side.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)