[
https://issues.apache.org/jira/browse/MINIFICPP-602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16614217#comment-16614217
]
ASF GitHub Bot commented on MINIFICPP-602:
------------------------------------------
Github user apiri commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/395#discussion_r217225824
--- Diff: libminifi/include/RemoteProcessorGroupPort.h ---
@@ -201,10 +216,9 @@ class RemoteProcessorGroupPort : public
core::Processor {
uuid_t protocol_uuid_;
// rest API end point info
- std::string host_;
- int port_;
- std::string protocol_;
- std::string url_;
+ std::vector<struct RPG> nifi_instances_;
+
+ //std::vector<std::string> urls_;
--- End diff --
should get removed
> Support a CSV within RPG URL
> ----------------------------
>
> Key: MINIFICPP-602
> URL: https://issues.apache.org/jira/browse/MINIFICPP-602
> Project: NiFi MiNiFi C++
> Issue Type: Improvement
> Reporter: Mr TheSegfault
> Priority: Major
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)