Technoboy- commented on code in PR #21664:
URL: https://github.com/apache/pulsar/pull/21664#discussion_r1413946903
##########
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdTopics.java:
##########
@@ -105,7 +110,7 @@ public CmdTopics(Supplier<PulsarAdmin> admin) {
jcommander.addCommand("lookup", new Lookup());
jcommander.addCommand("partitioned-lookup", partitionedLookup);
jcommander.addCommand("bundle-range", new GetBundleRange());
- jcommander.addCommand("delete", new DeleteCmd());
+ jcommander.addCommand("delete", deleteCmd);
Review Comment:
seems no tests using it right now.
--
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]