On deleting a topic via TopicCommand.deleteTopic()

I get "Topic test-delete is marked for deletion."

I follow up by checking if the topic exists by using
AdminUtils.topicExists()
which suprisingly returns true.

I expected AdminUtils.TopicExists() to check both BrokerTopicsPath
and DeleteTopicsPath before returning a verdict but it only checks
BrokerTopicsPath

Shouldn't a topic marked for deletion return false for topicExists() ?

Reply via email to