; Hello,
>
> Nobody has experience with Kafka Connect tasks with external dependencies?
>
>
>
> Thanks,
>
> Petr
>
>
>
> From: Petr Novak [mailto:oss.mli...@gmail.com]
> Sent: 23. Ășnora 2017 14:48
> To: users@kafka.apache.org
> Subject: Pattern to create Tas
Hello,
Nobody has experience with Kafka Connect tasks with external dependencies?
Thanks,
Petr
From: Petr Novak [mailto:oss.mli...@gmail.com]
Sent: 23. Ășnora 2017 14:48
To: users@kafka.apache.org
Subject: Pattern to create Task with dependencies (DI)
Hello,
it seems that KConnect
Hello,
it seems that KConnect take control over creating task instance and requires
no-arg constructor. What is the recommended pattern when I need to create a
task which has dependency e.g. on some db client and I want to be able to
pass in mock in tests, preferable through constructor?
In Java