Re: [DISCUSS] KIP-832 Allow creating a producer/consumer using a producer/consumer config

2022-05-20 Thread François Rosière
the current KIP. > > > > But as I said: It's your call. > > > > Best, > > Bruno > > > > On 11.05.22 11:01, François Rosière wrote: > >> To be clear, there is no problem for me to update the current KIP with > the > >> builder

Re: [DISCUSS] KIP-839: Provide builders for KafkaProducer/KafkaConsumer and KafkaStreams

2022-05-19 Thread François Rosière
nks, > Kirk > > On Wed, May 18, 2022, at 10:11 AM, François Rosière wrote: > > Hi all, > > > > KIP to create builders for > > > >- KafkaProducer > >- KafkaConsumer > >- KafkaStreams > > > > > > This KIP can be seen as th

[DISCUSS] KIP-839: Provide builders for KafkaProducer/KafkaConsumer and KafkaStreams

2022-05-18 Thread François Rosière
Hi all, KIP to create builders for - KafkaProducer - KafkaConsumer - KafkaStreams This KIP can be seen as the continuity of the KIP-832. KIP details: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=211884640 Jira issue: https://issues.apache.org/jira/browse/KAFKA-13

Re: [DISCUSS] KIP-832 Allow creating a producer/consumer using a producer/consumer config

2022-05-11 Thread François Rosière
>>> } >> >>> >> >>> // Use these interceptors (has no effect if null) >> >>> // Each must already be configured >> >>> // Will be combined with any interceptor classes also specified >> in >> >>

Re: [DISCUSS] KIP-832 Allow creating a producer/consumer using a producer/consumer config

2022-05-11 Thread François Rosière
> > > > That aside, given the three binding votes already cast on the vote > thread, > > it's probably too late to be worth changing direction at this point. > Thanks > > for entertaining the proposal, and congratulations on your KIP! > > > > Cheers, >

Re: [DISCUSS] KIP-832 Allow creating a producer/consumer using a producer/consumer config

2022-05-10 Thread François Rosière
lean up a little bit the KIP since it has still > > parts that refer to its first version? For example, "Compatibility, > > Deprecation, and Migration Plan" still mentions only two constructors. > > IMO you can also remove section "Public Interfaces" since it do

[VOTE] KIP-832 Allow creating a producer/consumer using a producer/consumer

2022-05-09 Thread François Rosière

Re: [DISCUSS] KIP-832 Allow creating a producer/consumer using a producer/consumer config

2022-05-09 Thread François Rosière
Can a PR be dropped on Github or do we still need some approval first? Le dim. 8 mai 2022 à 06:08, John Roesler a écrit : > Thanks, François! > > Those changes look good to me. > > Thanks, > -John > > On Fri, May 6, 2022, at 13:51, François Rosière wrote: > > The K

Re: [DISCUSS] KIP-832 Allow creating a producer/consumer using a producer/consumer config

2022-05-06 Thread François Rosière
The KIP has been updated to reflect the last discussion https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=211882578#KIP832:Allowcreatingaproducer/consumerusingaproducer/consumerconfig-ProposedChanges Le ven. 6 mai 2022 à 20:44, François Rosière a écrit : > Hello, > > N

Re: [DISCUSS] KIP-832 Allow creating a producer/consumer using a producer/consumer config

2022-05-06 Thread François Rosière
prove it. > > Since KIP-378 didn't make it over the finish line, and it > seems like a small expansion to your proposal, do you > mind also adding the StreamsConfig to the > TopologyTestDriver constructors? That way, we can go > ahead and resolve both KIPs at once. > > Th

Re: [DISCUSS] KIP-832 Allow creating a producer/consumer using a producer/consumer config

2022-05-06 Thread François Rosière
To stay consistent with existing code, we should simply add 2 constructors. One with ser/deser and one without. So that, users have the choice to use one or the other. I updated the KIP accordingly. Le ven. 6 mai 2022 à 12:55, François Rosière a écrit : > On the other hand, the KafkaConsu

Re: [DISCUSS] KIP-832 Allow creating a producer/consumer using a producer/consumer config

2022-05-06 Thread François Rosière
seems it's easier to have the constructor with 3 parameters. But in any case, it will work if the config can be accessed... Le ven. 6 mai 2022 à 12:14, François Rosière a écrit : > Hello, > > We may create a constructor with a single parameter which is the config > but then, I w

Re: [DISCUSS] KIP-832 Allow creating a producer/consumer using a producer/consumer config

2022-05-06 Thread François Rosière
t;> 2. Why do you only want to change/add the constructors that take the > >> properties objects and de/serializers and you do not also want to > >> add/change the constructors that take only the properties? > > > Best, > Bruno > > On 05.05.22 23:15, François

Re: [DISCUSS] KIP-832 Allow creating a producer/consumer using a producer/consumer config

2022-05-05 Thread François Rosière
maining topology test driver API changes > in your KIP. > Some related links: > - https://github.com/apache/kafka/pull/5344#issuecomment-413350338 > - https://github.com/apache/kafka/pull/10484 > - https://issues.apache.org/jira/browse/KAFKA-6386 > > Best, > Bruno > > > On 0

Re: [DISCUSS] KIP-832 Allow creating a producer/consumer using a producer/consumer config

2022-05-04 Thread François Rosière
, proposal, vote for this KIP would be more than welcome. Kind regards, Francois R. Le lun. 2 mai 2022 à 21:05, François Rosière a écrit : > Kip link: > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=211882578 > >

[DISCUSS] KIP-832 Allow creating a producer/consumer using a producer/consumer config

2022-05-02 Thread François Rosière
Kip link: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=211882578