This is an automated email from the ASF dual-hosted git repository.
markap14 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from f02079c NIFI-8146: Added RecordPath for Statement Type and to specify
where to find the data within the incoming Record. Also performed some minor
code refactoring to avoid lots of large lambdas, as it results in code that is
more readable and more maintainable. Updated some properties to use dependsOn()
notation now that this is available.
add b4ddeb8 NIFI-8116 The old peers do not be deleted when the URIs of
the remote process group are changed
No new revisions were added by this update.
Summary of changes:
.../remote/client/AbstractPeerPersistence.java | 13 +++++-
.../apache/nifi/remote/client/PeerSelector.java | 12 +++++-
.../nifi/remote/client/PeerStatusProvider.java | 6 +++
.../apache/nifi/remote/client/http/HttpClient.java | 5 +++
.../client/socket/EndpointConnectionPool.java | 5 +++
.../apache/nifi/remote/util/PeerStatusCache.java | 8 ++++
.../nifi/remote/client/PeerSelectorTest.groovy | 49 ++++++++++++++--------
.../nifi/remote/StandardRemoteProcessGroup.java | 13 ++++++
8 files changed, 92 insertions(+), 19 deletions(-)