freeznet commented on a change in pull request #10513:
URL: https://github.com/apache/pulsar/pull/10513#discussion_r630660143
##########
File path:
pulsar-client-admin-api/src/main/java/org/apache/pulsar/client/admin/PulsarAdmin.java
##########
@@ -147,11 +146,6 @@ static PulsarAdminBuilder builder() {
*/
String getServiceUrl();
- /**
- * @return the client Configuration Data that is being used
- */
- ClientConfigurationData getClientConfigData();
Review comment:
@eolivelli thanks for the reivew. `ClientConfigurationData` is located
in `pulsar-client-original`, which should not be as a dependency for
`pulsar-client-admin-api`. So I have kept the impl of `getClientConfigData()`
in `PulsarAdminImpl`.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]