Demogorgon314 commented on code in PR #19654:
URL: https://github.com/apache/pulsar/pull/19654#discussion_r1119538878
##########
pulsar-testclient/src/main/java/org/apache/pulsar/testclient/BrokerMonitor.java:
##########
@@ -464,6 +474,71 @@ public void start() {
}
}
+ private TableView<BrokerLoadData> brokerLoadDataTableView;
+
+ private BrokerMonitor(String brokerServiceUrl) {
+ try {
+ PulsarClient client = PulsarClient.builder()
+ .memoryLimit(0, SizeUnit.BYTES)
+ .serviceUrl(brokerServiceUrl)
Review Comment:
We also need support authentication. I'm fine with another PR to support
authentication.
--
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]