sijie commented on a change in pull request #1492: Removed Pulsar Functions
from AdminTool
URL: https://github.com/apache/incubator-pulsar/pull/1492#discussion_r179026165
##########
File path:
pulsar-client-admin/src/main/java/org/apache/pulsar/client/admin/PulsarAdmin.java
##########
@@ -312,6 +313,13 @@ public BrokerStats brokerStats() {
public String getServiceUrl() {
return serviceUrl;
}
+
+ /**
+ * @return the client Configuration Data that is being used
+ */
+ public ClientConfigurationData getClientConfigData() {
+ return clientConfigData;
+ }
Review comment:
nit: spaces ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services