You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Omnia Ibrahim (Jira)" <ji...@apache.org> on 2021/10/28 14:34:00 UTC

[jira] [Created] (KAFKA-13415) Track topic deletion state without ZK

Omnia Ibrahim created KAFKA-13415:
-------------------------------------

             Summary: Track topic deletion state without ZK
                 Key: KAFKA-13415
                 URL: https://issues.apache.org/jira/browse/KAFKA-13415
             Project: Kafka
          Issue Type: Improvement
          Components: core
    Affects Versions: 3.0.0
            Reporter: Omnia Ibrahim


Kafka topicCommand used to report which topic is marked for deletion by checking the znode on zookeeper; this feature has been silently deprecated without replacement as part of KAFKA-12596 Remove deprecated --zookeeper in topicCommands.

Also as far as I can see, there's no equivalent for this with KIP-500 as well.

 

Is there any other way to know the state of deletion for Kafka with ZK and Without ZK?

Is possible to leverage `RemoveTopicRecord` on the metadata topic to provide the same feature?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)