xiangfu0 commented on a change in pull request #8024:
URL: https://github.com/apache/pinot/pull/8024#discussion_r785130581
##########
File path:
pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/QuickstartRunner.java
##########
@@ -75,6 +75,8 @@
private final boolean _enableTenantIsolation;
private final String _authToken;
private final Map<String, Object> _configOverrides;
+ private final String _zkAddress;
Review comment:
call it `_externalZkAddress`? And add comment that if this is set,
Quickstart won't start an embedded zk.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]