You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a topic handler is created that has the same name as the topic, there is no way to delete that topic handler. When I try to delete the handler the whole topic gets deleted. When the topic is created again the handler is still there.
@nathanielc any ideas here. The best I was able to come up with (without code change) was delete the kapacitor storage db, and then just re-create all my definitions. If this intentional logic, perhaps some logic should be added that prevents creating a handler that has the same name as the topic
Wow, I just ran into this issue myself. Deleting the storage DB seems pretty dangerous and I'm not sure that cloud-hosted (enterprise) Kapacitor instances support it. Let's get some traction on this.
If a topic handler is created that has the same name as the topic, there is no way to delete that topic handler. When I try to delete the handler the whole topic gets deleted. When the topic is created again the handler is still there.
Based on this code it seems that is intentional?
kapacitor/services/alert/api.go
Lines 213 to 217 in 96a4b75
If so what is the recommend way to delete a handler that was created with the same name as the topic.
The text was updated successfully, but these errors were encountered: