Re: DescribeTopics could return deleted topic

2021-08-17 Thread Boyang Chen
Got it, thanks for explaining that Guozhang! On Tue, Aug 17, 2021 at 3:08 PM Guozhang Wang wrote: > Since DescribeTopics is just handled via a Metadata request behind the > scene, it is possible that if the request is sent to some brokers with > stale metadata (not yet received the metadata upda

Re: DescribeTopics could return deleted topic

2021-08-17 Thread Guozhang Wang
Since DescribeTopics is just handled via a Metadata request behind the scene, it is possible that if the request is sent to some brokers with stale metadata (not yet received the metadata update request). But I would not expect it to "always" return the deleted topic partition, unless the broker be

DescribeTopics could return deleted topic

2021-08-08 Thread Boyang Chen
Hey there, Has anyone experienced the case where the admin delete topic command was issued but the DescribeTopics command always returns the topic partition? What's the expected time for the topic metadata to disappear? Boyang