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
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
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
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