vamossagar12 commented on PR #13504: URL: https://github.com/apache/kafka/pull/13504#issuecomment-1565419220
> Looks good to me overall. It indeed would be more convenient if the consumer didn't return dead topics because using an admin client is a bit resource intensive, however as I understand this scenario shouldn't be happening too much anyways, so it's fine. > > @C0urante would you please take quick look too? Thanks @viktorsomogyi . Yeah I tried `listTopics` API from consumers which as per docs says > This method will issue a remote call to the server. but even that couldn't prevent this error. I agree Admin APIs are resource intensive and as Chris pointed out, bring in ACL requirements as well, I have looped in Deng to validate the findings (and fix on Clients/Admin side if needed). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org