[ https://issues.apache.org/jira/browse/KAFKA-8962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Gustafson resolved KAFKA-8962. ------------------------------------ Fix Version/s: 2.4.0 Resolution: Fixed > KafkaAdminClient#describeTopics always goes through the controller > ------------------------------------------------------------------ > > Key: KAFKA-8962 > URL: https://issues.apache.org/jira/browse/KAFKA-8962 > Project: Kafka > Issue Type: Bug > Reporter: Dhruvil Shah > Priority: Major > Fix For: 2.4.0 > > > KafkaAdminClient#describeTopic makes a MetadataRequest against the > controller. We should consider routing the request to any broker in the > cluster using `LeastLoadedNodeProvider` instead, so that we don't overwhelm > the controller with these requests. -- This message was sent by Atlassian Jira (v8.3.4#803005)