Re: Kafka Connect in different nodes than Kafka.

2017-02-01 Thread Guillermo Ortiz
I was asking that exactly. Thank you ;) 2017-02-01 20:39 GMT+01:00 Hans Jespersen : > If you are asking if technically does Kafka Connect need the entire Apache > Kafka distribution to run then, then the answer is no, it does not because > Connectors just remotely connect to Kafka Brokers on sepa

Re: Kafka Connect in different nodes than Kafka.

2017-02-01 Thread Hans Jespersen
If you are asking if technically does Kafka Connect need the entire Apache Kafka distribution to run then, then the answer is no, it does not because Connectors just remotely connect to Kafka Brokers on separate machines. If you are asking if there is a separate distribution for a “connect node”

RE: Kafka Connect in different nodes than Kafka.

2017-02-01 Thread Tauzell, Dave
Yes, you just need to point it to your cluster. -Dave -Original Message- From: Guillermo Ortiz [mailto:konstt2...@gmail.com] Sent: Wednesday, February 1, 2017 1:09 PM To: users@kafka.apache.org Subject: Kafka Connect in different nodes than Kafka. Is it possible to use Kafka Connect in

Kafka Connect in different nodes than Kafka.

2017-02-01 Thread Guillermo Ortiz
Is it possible to use Kafka Connect in nodes where isn't Kafka installed? I can't see on the documentation anything about installed in others nodes.