Closed
Description
The dispatch rate police is supported at the namespace level:
bin/pulsar-admin namespaces set-replicator-dispatch-rate
bin/pulsar-admin namespaces get-replicator-dispatch-rate
But does not support at the topic level since we supported topic level policy at 2.7.0
So it's better to also support configure at the topic level such as:
bin/pulsar-admin topics get-replicator-dispatch-rate
bin/pulsar-admin topics set-replicator-dispatch-rate
bin/pulsar-admin topics remove-replicator-dispatch-rate