2020-10-21 09:28:48 UTC - Ben: <https://github.com/apache/pulsar/pull/8325>. 
Thanks for the help.
----
2020-10-21 10:19:56 UTC - N Navin: My requirement is to cleanup the namespace 
which is not empty.

Currently i have to manually delete each topic under the namespace and finally 
delete the namespace itself.
Are there any other possibilities other than manual topic deletion?
----
2020-10-21 10:23:15 UTC - Walter: @Walter has joined the channel
----
2020-10-21 12:30:19 UTC - sindhushree: Hi all , I am having a issue during 
pulsar chart uninstall the functions which was created is not deleted .

Currently we have to fire a delete function call .please suggest if their is a 
way to uninstall function pods as part of pulsar uninstall.
----
2020-10-21 14:18:58 UTC - Ben: Can you use `pulsar-admin` and a simple shell 
script?
----
2020-10-21 14:21:15 UTC - N Navin: Thanks @Ben. I have to go with that approach 
only I guess.
Curious to know -&gt;  Is there any option in pulsar-admin to delete multiple 
topics with a single command.

But there isn't any I believe as of now
----
2020-10-21 14:23:23 UTC - Ben: I don't know of one, but can do something like 
`pulsar-admin topics list tenant/namespace | xargs -n 1 pulsar-admin topics 
delete` which isn't too bad?
+1 : N Navin
----
2020-10-21 14:24:09 UTC - N Navin: Agreed @Ben. Thank you
+1 : Ben
----
2020-10-21 16:13:10 UTC - Addison Higham: @N Navin have you also looked at all 
the automatic deletion options? You can configure pulsar so that it will clean 
up topics that don't have active subscriptions after a certain time period

But yes, a "clean namespace" command could be useful
----
2020-10-22 08:18:28 UTC - Konrad Łyś: @Konrad Łyś has joined the channel
----
2020-10-22 08:35:57 UTC - Shivasish: @Shivasish has joined the channel
----

Reply via email to