Re: kafka connect architecture

2017-01-31 Thread Koert Kuipers
see inline. best, koert On Tue, Jan 31, 2017 at 1:56 AM, Ewen Cheslack-Postava wrote: > On Mon, Jan 30, 2017 at 8:24 AM, Koert Kuipers wrote: > > > i have been playing with kafka connect in standalone and distributed > mode. > > > > i like standalone because: > > * i get to configure it using a

Re: kafka connect architecture

2017-01-31 Thread Stephane Maarek
So a bit of feedback as well. I hope Kafka connect would work the following way (just a proposal ) You send a configuration which points to a class but also a version for that class (connector ). Kafka connect then has some sort of capability to pull that class from a dependency repository and is

Re: kafka connect architecture

2017-01-30 Thread Ewen Cheslack-Postava
On Mon, Jan 30, 2017 at 8:24 AM, Koert Kuipers wrote: > i have been playing with kafka connect in standalone and distributed mode. > > i like standalone because: > * i get to configure it using a file. this is easy for automated deployment > (chef, puppet, etc.). configuration using a rest api i

kafka connect architecture

2017-01-30 Thread Koert Kuipers
i have been playing with kafka connect in standalone and distributed mode. i like standalone because: * i get to configure it using a file. this is easy for automated deployment (chef, puppet, etc.). configuration using a rest api i find inconvenient. * erors show up in log files instead of having