Jun Rao created KAFKA-472: ----------------------------- Summary: update metadata in batches in Producer Key: KAFKA-472 URL: https://issues.apache.org/jira/browse/KAFKA-472 Project: Kafka Issue Type: Bug Components: core Reporter: Jun Rao Fix For: 0.8
Currently, the producer obtains the metadata of topics being produced one at a time. This means that tools like mirror maker will make many getMetadata requests to the broker. Ideally, we should make BrokerPartition.getBrokerPartitionInfo() a batch api that takes a list of topics. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira