Zixuan Liu
Zixuan Liu
Which is the Pulsar version?
I will add Retention Policy [Get, Set, Remove]
I will add Backlog Quota [Get, Set, Remove]
I will add Compaction Threshold [Get, Set, Remove].
@flowchartsman I updated description on this issue, you can found the deprecated commands on https://github.com/apache/pulsar/blob/master/pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdTopics.java#L215
Hi @flowchartsman, 10 and 14 should be deprecated, I added deprecated commands link. apology :) I think we don't should to implement a deprecated command, what's your opinion?
You're right. We should to implement the all commands in https://github.com/apache/pulsar/blob/master/pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdTopics.java, and skip the deprecated commands. If you are implementing the feature on issue, please let us known for avoid...
Hello @codelipenghui and @zymap, I compared `pulsar-admin topics` and `pulsarctl` and sorted out the commands that need to be added to `pulsarctl`, if you are free, please help me to...
I will implement the `Inactive topic policy [Get, Set, Remove]` feature.
@zymap Update the bk image will cause the test to fail, I will make a PR after this PR is merged into master.