Yes, the delete topic feature itself is much stable now. However, there are
a couple of limitations. (1) If there is a running consumer, the topic will
be auto-created again since currently a TopicMetadataRequest triggers a
topic creation. (2) The associated consumer offsets associated with the
deleted topic are not removed. So, if the topic gets re-created again, the
consumer may get an unexpected offset. We have jiras to address both
issues. Perhaps we can change the default setting for enabling topic
deletion after those are addressed?

Thanks,

Jun

On Tue, Apr 7, 2015 at 7:34 PM, Gwen Shapira <gshap...@cloudera.com> wrote:

> Hi,
>
> Trying to see how the community feels about KAFKA-1993.
>
> Currently "delete topic" feature is disabled by default and must be enabled
> by admins.
>
> Why enable by default?
> * Ability to delete topics is kind of expected (and exposed in admin
> tools), so people are surprised when they need to tweak a config for this
> to work.
> * If a feature is stable (and delete topic was throughly tested), it makes
> sense to enable it by default
>
> Why not?
> * Delete topic is a new feature and seems to still have some bugs.
> * As a matter of security, some shops may prefer to disallow topic
> deletion. It makes sense to default for a more secure option.
>
> Thoughts?
>
> Gwen
>

Reply via email to