Re: Kafka connect distributed mode not distributing the work

2016-12-17 Thread Ewen Cheslack-Postava
Hi Manjunath, I think you're seeing a case of this issue: https://issues.apache. org/jira/browse/KAFKA-4553 where the way round robin assignment works with an even # of workers and connectors that generate only 1 task generates uneven work assignments because connectors aren't really equivalent to

Kafka connect distributed mode not distributing the work

2016-12-14 Thread Manjunath Shetty H
Hi all, I am running kafka connect using 2 node cluster. I have 5 connectors running with maxtask 1 each. But all the tasks are running in same node, work is not distributed across 2 nodes. I am using a custom source connectors. Any help is appreciated Thanks Manjunath