fgeller / kt

Kafka command line tool that likes JSON
MIT License
950 stars 100 forks source link

Tolerate already existing topic #135

Open torkelrogstad opened 1 year ago

torkelrogstad commented 1 year ago

I'd like to execute kt admin -createtopic ... and have it not fail if the topic already exists. This is handy in cases where kt is used for starting up services which might or might not be already initialized. Would this be possible to add as a flag? For example -existing, or -tolerate-existing