avillev opened a new issue #6165: Topic auto expiration URL: https://github.com/apache/pulsar/issues/6165 I am using Pulsar as a very convenient PubSub system with most of its topics created automatically over time. The problem is that I obviously end up with a lot of unused topics over time. I would love to have some kind of: "Topic expiration" parameter which could allow me to say: "If a topic does not have any activity (producer, subscription) since X amount of time, then delete it" I can clean them manually or using some kind of script querying the cluster to find the inactive topics. But this is not the most convenient way to do things.
---------------------------------------------------------------- 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] With regards, Apache Git Services
