Github user kevdoran commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/114#discussion_r126172307
--- Diff: libminifi/include/Site2SiteClientProtocol.h ---
@@ -387,6 +387,15 @@ class DataPacket {
};
+/**
+ * Site2Site Peer
+ */
+ typedef struct Site2SitePeerStatus {
+ std::string host_;
+ int port_;
+ bool isSecure_;
+ } Site2SitePeerStatus;
--- End diff --
What about flowFileCount, the number of flow files the peer holds? That is
discoverable using the `/site-to-site/peers` endpoint and could be useful if
the client wants to use it for load balancing decisions.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---