Re: [DISCUSS] Adding client.id.prefix to the KafkaSink

2022-10-13 Thread Hang Ruan
Hi Yaroslav, +1 from me. It is meaningful to keep the common Kafka client configuration the same between Kafka source and sink. Best, Hang Mason Chen 于2022年10月13日周四 13:51写道: > Hi Yaroslav, > > +1 from my end too. I get some questions internally on the warning logs due > to conflicting

Re: [DISCUSS] Adding client.id.prefix to the KafkaSink

2022-10-12 Thread Mason Chen
Hi Yaroslav, +1 from my end too. I get some questions internally on the warning logs due to conflicting client-id and it would be nice to resolve them. Best, Mason On Wed, Oct 12, 2022 at 2:03 PM Martijn Visser wrote: > Hi Yaroslav, > > +1 from my end. Thanks for bringing this up! > > Best

Re: [DISCUSS] Adding client.id.prefix to the KafkaSink

2022-10-12 Thread Martijn Visser
Hi Yaroslav, +1 from my end. Thanks for bringing this up! Best regards, Martijn On Wed, Oct 12, 2022 at 6:34 PM Yaroslav Tkachenko wrote: > Hi everyone, > > I'd like to propose adding client.id.prefix to the KafkaSink to mirror the > functionality provided by the KafkaSource. > > Defining

[DISCUSS] Adding client.id.prefix to the KafkaSink

2022-10-12 Thread Yaroslav Tkachenko
Hi everyone, I'd like to propose adding client.id.prefix to the KafkaSink to mirror the functionality provided by the KafkaSource. Defining client.id is very important when running workloads with many different Kafka clients: they help with identification and enforcing quotas. Due to the