Re: [DISCUSS] KIP-792: Add "generation" field into consumer protocol

2021-11-28 Thread Luke Chen
Hi devs, Welcome to provide feedback. If there are no other comments, I'll start a vote tomorrow. Thank you. Luke On Mon, Nov 22, 2021 at 4:16 PM Luke Chen wrote: > Hello David, > > For (3): > > > > * I suppose that we could add a `generation` field to the JoinGroupRequest > instead to do the

Re: Handling retriable exceptions during Connect source task start

2021-11-28 Thread Luke Chen
Hi Gunnar and Sergei, I think it's good to have a retriable exception handling during task#start. > are retriable exceptions during start disallowed by design, and the task must not throw retriable exceptions during start, or it's just currently not supported by the Connect framework and I just ne

Re: KIP-769: Connect API to retrieve connector configuration definitions

2021-11-28 Thread Chris Egerton
Hi Mickael, I think one potential use case for exposing worker-level plugins is that it may make it easier to determine whether a worker is set up correctly (the current alternative requires looking through log files and can be a little tedious), and might even make it possible to automatically id