https://issues.apache.org/jira/browse/KAFKA-744
On Tue, Jan 29, 2013 at 6:31 PM, Neha Narkhede <neha.narkh...@gmail.com>wrote: > > if there is a > > message in a partition I will always get it in one call? > > > > Yes, if you are talking to the right broker, it will fetch all the > available data for all partitions in the multi fetch request. > > Thanks, > Neha >