eolivelli commented on code in PR #15818:
URL: https://github.com/apache/pulsar/pull/15818#discussion_r883791152


##########
pulsar-client-admin/src/main/java/org/apache/pulsar/client/admin/internal/PulsarAdminBuilderImpl.java:
##########
@@ -62,6 +63,12 @@ public PulsarAdminBuilder clone() {
         return new PulsarAdminBuilderImpl(conf.clone());
     }
 
+    @Override
+    public PulsarAdminBuilder loadConf(Map<String, Object> config) {

Review Comment:
   this is great ! I have seen a few issues requesting this feature !



-- 
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]

Reply via email to