Re: Kafka Source Connector tasks run only in same node

2016-08-31 Thread dhanuka ranasinghe
Please note *zookeeper* running on only in *10.72.133.195 * On Thu, Sep 1, 2016 at 9:49 AM, dhanuka ranasinghe < dhanuka.priyan...@gmail.com> wrote: > As you can see, connector/worker and task run in different hosts > > On Thu, Sep 1, 2016 at 9:48 AM, dhanuka ranasinghe

Re: Kafka Source Connector tasks run only in same node

2016-08-31 Thread dhanuka ranasinghe
As you can see, connector/worker and task run in different hosts On Thu, Sep 1, 2016 at 9:48 AM, dhanuka ranasinghe < dhanuka.priyan...@gmail.com> wrote: > kafka connector status > > {"name":"socket-connector","connector":{"state":"RUNNING","worker_id":"*10.72.133.194:8084 >

Re: Kafka Source Connector tasks run only in same node

2016-08-31 Thread dhanuka ranasinghe
kafka connector status {"name":"socket-connector","connector":{"state":"RUNNING","worker_id":"*10.72.133.194:8084 * "},"tasks":[{"state":"RUNNING","id":0,"worker_id":"*10.72.133.195:8084 *"}]} On Wed, Aug 31, 2016 at 8:34 PM, dhanuka ranasingh

Re: Kafka Source Connector tasks run only in same node

2016-08-31 Thread Shikhar Bhushan
Hi Dhanuka, For something like a TCP connector where you have a dependency on the placement, the standalone mode makes more sense. With distributed mode you can't have guarantees of what instances your connector's tasks will be distributed to. Best, Shikhar On Wed, Aug 31, 2016 at 8:05 AM dhanu

Kafka Source Connector tasks run only in same node

2016-08-31 Thread dhanuka ranasinghe
Hi All, I'm new to Kafka and I created TCP Kafka Source connector [1] and deployed in Kafka Connect Cluster in distributed mode. There is two node/instance of connectors in Kafka Connector cluster. But out of them only in one node run *tasks* even though it shows connector in both nodes active an