https://issues.apache.org/jira/browse/KAFKA-744
On Tue, Jan 29, 2013 at 6:31 PM, Neha Narkhede 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 th
:
> Danny,
>
> Please can you file a bug to explain the issue ?
>
> Thanks,
> Neha
>
>
> On Mon, Jan 28, 2013 at 8:57 AM, Danny Yeshurun >wrote:
>
> > No data on the second time. The partition is empty but starting from the
> > second request the response is
s are on the same broker, you could have
> fetched all partitions' data in a single fetch request.
>
> Thanks,
>
> Jun
>
> On Mon, Jan 28, 2013 at 6:02 AM, Danny Yeshurun >wrote:
>
> > Hi,
> >
> > I am using Kafka 0.7.2
> > I have a consumer th
Hi,
I am using Kafka 0.7.2
I have a consumer that tries to fetch messages from several partitions on
the same broker (and topic).
The consumers issues a fetch request per partition, if there are messages
to read, it fetches the first one and goes to the next partition to fetch
another message and