Github user joewitt commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2841#discussion_r201202035
--- Diff:
nifi-commons/nifi-site-to-site-client/src/main/java/org/apache/nifi/remote/client/http/HttpClient.java
---
@@ -122,7 +120,7 @@ public PeerDescription getBootstrapPeerDescription()
throws IOException {
}
@Override
- public Transaction createTransaction(final TransferDirection
direction) throws HandshakeException, PortNotRunningException,
ProtocolException, UnknownPortException, IOException {
--- End diff --
same comment as above
---