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


##########
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:
   ~~@nodece It seems that you merged without checking this comment~~
   
   I didn't see your comment when I replied



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