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
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
The text was updated successfully, but these errors were encountered:
I'd like to execute
kt admin -createtopic ...
and have it not fail if the topic already exists. This is handy in cases wherekt
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
The text was updated successfully, but these errors were encountered: