Re: New consumer - ConsumerRecords partitions

2015-07-22 Thread Stevo Slavić
Hello Jason, Thanks for feedback. I've created JIRA ticket for feature request: https://issues.apache.org/jira/browse/KAFKA-2356 Kind regards, Stevo Slavic. On Tue, Jul 21, 2015 at 6:17 PM, Jason Gustafson wrote: > Hey Stevo, > > I think ConsumerRecords only contains the partitions which had m

Re: New consumer - ConsumerRecords partitions

2015-07-21 Thread Jason Gustafson
Hey Stevo, I think ConsumerRecords only contains the partitions which had messages. Would you mind creating a jira for the feature request? You're welcome to submit a patch as well. -Jason On Tue, Jul 21, 2015 at 2:27 AM, Stevo Slavić wrote: > Hello Apache Kafka community, > > New HLC poll ret

New consumer - ConsumerRecords partitions

2015-07-21 Thread Stevo Slavić
Hello Apache Kafka community, New HLC poll returns ConsumerRecords. Do ConsumerRecords contain records for every partition that HLC is actively subscribed on for every poll request, or does it contain only records for partitions which had messages and which were retrieved in poll request? If lat