nodece commented on code in PR #24729:
URL: https://github.com/apache/pulsar/pull/24729#discussion_r2343391062


##########
pulsar-client-admin/src/main/java/org/apache/pulsar/client/admin/internal/PulsarAdminBuilderImpl.java:
##########
@@ -283,4 +283,10 @@ public PulsarAdminBuilder connectionMaxIdleSeconds(int 
connectionMaxIdleSeconds)
         this.conf.setConnectionMaxIdleSeconds(connectionMaxIdleSeconds);
         return this;
     }
+
+    @Override
+    public PulsarAdminBuilder description(String description) {
+        this.conf.setDescription(description);
+        return this;
+    }

Review Comment:
   @lhotari @BewareMyPower I submitted 
https://github.com/apache/pulsar/pull/24734 to fix this.



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