You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/06/22 09:20:40 UTC

[GitHub] [pulsar] BewareMyPower commented on issue #10975: Topic metadata not removed for partitioned topics

BewareMyPower commented on issue #10975:
URL: https://github.com/apache/pulsar/issues/10975#issuecomment-865802538


   This issue is resolved, we need to configure
   
   ```properties
   brokerDeleteInactivePartitionedTopicMetadataEnabled=true
   ```
   
   in `conf/standalone.conf`.
   
   https://github.com/apache/pulsar/pull/8442 fixed the bug while the default value of `brokerDeleteInactivePartitionedTopicMetadataEnabled` is false, which means the metadata won't be deleted automatically.
   
   BTW, the `conf/standalone.conf` didn't add this config.


-- 
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:
users@infra.apache.org