visortelle commented on issue #22527:
URL: https://github.com/apache/pulsar/issues/22527#issuecomment-2063093708

   @ragaur-tibco by default Pulsar deletes inactive topics after some timeout. 
Probably it's the reason.
   
   <img width="854" alt="Screenshot 2024-04-18 at 10 23 55 AM" 
src="https://github.com/apache/pulsar/assets/9302460/6c240409-5c46-4d51-a9be-f4c15974edbb";>
   
   https://pulsar.apache.org/docs/next/admin-api-topics/#create-1
   
   You can try to override this setting on the namespace level and check if the 
issue still exists.
   
   `pulsar-admin namespaces set-inactive-topic-policies -d -m 
delete_when_no_subscriptions -t 1m my-tenant/new-name`
   
   <img width="565" alt="Screenshot 2024-04-18 at 10 25 43 AM" 
src="https://github.com/apache/pulsar/assets/9302460/381895ca-05ea-4802-bf0a-e79b71083f5c";>
   
   
   


-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to