You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
Describe the bug
Namespace and topic level publish rate limiter does not work, while broker level publish rate limiter works.
To Reproduce bin/pulsar-admin namespaces set-publish-rate public/default -b 500 ---- do not work bin/pulsar-admin brokers update-dynamic-config --config brokerPublisherThrottlingMaxByteRate --value 500 ---- work