mesos / kafka

Apache Kafka on Apache Mesos
Apache License 2.0
414 stars 140 forks source link

delete topics from CLI #186

Closed eastlondoner closed 7 years ago

eastlondoner commented 8 years ago

Loving kafka on mesos.

I know that Kafka support for deleting topics has historically been patchy but it is supported now. It would be great to add this to the CLI for topics.

I've created a load of "test" and "foo" topics and I would like to get rid of them but it's very difficult!

joestein commented 8 years ago

What version of Kafka are you running?

We didn't originally put in support for delete topic because it was still stabilizing since when we started the scheduler. It is a supported feature with good backing and yes should be something we add in the scheduler api if PR to review great maybe can get to it up coming sprints

eastlondoner commented 8 years ago

I'm using a 0.9 version of Kafka so deleting topics is supported - I have been able to do it, it is just a pain - I'd love to see this implemented in the dcos CLI.

joestein commented 8 years ago

We have the feature on our roadmap will see when we plan to get to it, if someone wants to post a PR we can review and commit it if it works and reasons right in the code, etc. Definitely more completely scheduler admin api is important.

clehene commented 8 years ago

I'll have a PR submitted. once I test it.

vmahedia commented 8 years ago

@clehene Looking forward to your PR, we need this too.

clehene commented 8 years ago

@vmahedia please try it out