gaozhangmin opened a new issue #10603: URL: https://github.com/apache/pulsar/issues/10603
**Describe the bug** Topics without setting topic level policies, cannot produce message to it. when setting: preciseTopicPublishRateLimiterEnable=true. I found those topics are throttled by default. **to reproduce** enable preciseTopicPublishRateLimiterEnable=true systemTopicEnabled=true topicLevelPoliciesEnabled=true create a topic without setting topic level policies and produce message: bin/pulsar-perf produce -o 10000 -p 100000 -s 1024 -r 1000 -bm 1 1p throttling should be disabled by default when topics level policies are not set. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
