Hi, Kafka topicCommand used to report which topic is marked for deletion by checking the znode on zookeeper; this feature has been deprecated without replacement as part of KAFKA-12596 Remove deprecated --zookeeper in topicCommands <https://issues.apache.org/jira/browse/KAFKA-12596>.
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? Thanks Omnia