Re: Clarification on KafkaConsumer manual partition assignment

2017-07-15 Thread Matthias J. Sax
The mixing is not possible for a single instance of a consumer. A consumer either subscribes to partitions and is part of a consumer group, or a consumer us not part of any consumer group when manual partitions assignment is used. -Matthias On 7/13/17 1:57 PM, venkata sastry akella wrote: > Lets

Re: Clarification on KafkaConsumer manual partition assignment

2017-07-13 Thread venkata sastry akella
Lets a consumer not part of a group , is assigning partitiions manually in one consumer is going to effect the other consumers part of a consumer group? On Thu, Jul 13, 2017 at 10:36 AM, Paolo Patierno wrote: > Assigning partitions manually has no relation with consumer groups. I mean > ... a co

Re: Clarification on KafkaConsumer manual partition assignment

2017-07-13 Thread venkata sastry akella
Here is the link: https://kafka.apache.org/0100/javadoc/org/apache/kafka/clients/consumer/KafkaConsumer.html#manualassignment On Thu, Jul 13, 2017 at 11:28 AM, M. Manna wrote: > "A consumer doesn't need to be part of a consumer group" > - where do you see this documented please ? > > On 13 Jul

Re: Clarification on KafkaConsumer manual partition assignment

2017-07-13 Thread M. Manna
"A consumer doesn't need to be part of a consumer group" - where do you see this documented please ? On 13 Jul 2017 6:36 pm, "Paolo Patierno" wrote: Assigning partitions manually has no relation with consumer groups. I mean ... a consumer doesn't need to be part of a consumer group (so specifyin

Re: Clarification on KafkaConsumer manual partition assignment

2017-07-13 Thread Paolo Patierno
Assigning partitions manually has no relation with consumer groups. I mean ... a consumer doesn't need to be part of a consumer group (so specifying group.id) for having a partition assigned manually. From: venkata sastry akella Sent: Thursday, July 13, 2017 7:09