nodece commented on code in PR #24729:
URL: https://github.com/apache/pulsar/pull/24729#discussion_r2342754388
##########
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:
I will make a PR to add this test.
--
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]