Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add compaction threshold command for topic (streamnative/pulsar…
…ctl#430) ### Changes background from streamnative/pulsarctl#246, the PR implements the following commands: - `pulsarctl topics get-compaction-threshold <topic> --applied <bool>` - Get the compaction threshold for a topic - `pulsarctl topics remove-compaction-threshold <topic>` - Remove the compaction threshold for a topic - `pulsarctl topics set-compaction-threshold <topic> --threshold <string>` Set the compaction threshold for a topic
- Loading branch information