river1017 opened a new issue, #22717: URL: https://github.com/apache/pulsar/issues/22717
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [X] I understand that unsupported versions don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker. ### Version Version 2.0 ### Minimal reproduce step 1.修改pulsar的borker.conf配置文件,添加属性: brokerDeleteInactiveTopicsEnabled: true brokerDeleteInactiveTopicsMode: delete_when_no_subscriptions brokerDeleteInactiveTopicsMaxInactiveDurationSeconds: 600  2.重启pulsar容器 3.推送一个无人订阅的topic (/admin/v2/persistent/t_test/proj_test/web_hook_test/subscriptions查询返回空数据) 4.600s后从pulsar的admin api中还是能够拉取到该topic ### What did you expect to see? topic能够被删除 ### What did you see instead? topic没有被删除 ### Anything else? _No response_ ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
