[ https://issues.apache.org/jira/browse/KAFKA-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13794831#comment-13794831 ]
Neha Narkhede commented on KAFKA-1087: -------------------------------------- Checked into 0.8, could you please provide a patch for trunk as well? > Empty topic list causes consumer to fetch metadata of all topics > ---------------------------------------------------------------- > > Key: KAFKA-1087 > URL: https://issues.apache.org/jira/browse/KAFKA-1087 > Project: Kafka > Issue Type: Bug > Affects Versions: 0.8 > Reporter: Swapnil Ghike > Assignee: Swapnil Ghike > Attachments: KAFKA-1087.patch > > > The ClientUtils fetches metadata for all topics if the topic set is empty. > If the topic list of a consumer is empty, the following happens if a > rebalance is triggered: > - The fetcher is restarted, fetcher.startConnections() starts a > LeaderFinderThread > - LeaderFinderThread waits on a condition > - fetcher.startConnections() signals the aforementioned condition > - LeaderFinderThread obtains metadata for all topics since the topic list is > empty. -- This message was sent by Atlassian JIRA (v6.1#6144)