exceptionfactory commented on code in PR #11530:
URL: https://github.com/apache/nifi/pull/11530#discussion_r3766955029
##########
nifi-system-tests/nifi-system-test-suite/src/test/java/org/apache/nifi/tests/system/loadbalance/LoadBalanceIT.java:
##########
@@ -354,7 +354,7 @@ public void testRoundRobinWithRestartAndPortChange() throws
NiFiClientException,
instance2.stop();
final Map<String, String> updatedLoadBalanceProperties = new
HashMap<>();
- updatedLoadBalanceProperties.put("nifi.cluster.load.balance.host",
"127.0.0.1");
+ updatedLoadBalanceProperties.put("nifi.cluster.load.balance.host",
"localhost");
Review Comment:
Yes, updating the guide would be helpful. An DNS hostname will be required
for TLS, so I will push an update.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]