Re: Kafka cluster metadata update question

2019-08-21 Thread David Jacot
Hello Emanuel, It does not work because Kafka advertises the IP it is configured with (the ones of the broker) in the metadata response. I think you have two options: 1. You configure the default listener of each broker to advertise the IP address of their proxy instance. It means that the inter-

Re: Multiple bootstrap clusters in kafka producer config

2019-08-21 Thread David Jacot
Hello, As of today, the producer is able to talk to only one Kafka cluster. *bootstrap.servers* is to provide a list of brokers belonging to the same cluster to ensure at least one is available. In your case, you have to replicate the data from the first cluster to the second cluster with mirror

Re: A new way migrate replica from old broker to new one

2019-08-21 Thread David Jacot
Hello, Yes, that should be fine. If you move the data to a new machine and use the corresponding broker.id, it is basically the same broker but on different vm. Best, David On Fri, Aug 16, 2019 at 10:03 AM Xiangyuan LI wrote: > Hi, > Now our kafka cluster has 5 brokers that broker.id is 1,2,3,

Re: [ANNOUNCE] New committer: Mickael Maison

2019-11-08 Thread David Jacot
Congrats Mickeal, well deserved! On Fri, Nov 8, 2019 at 8:56 AM Tom Bentley wrote: > Congratulations Mickael! > > On Fri, Nov 8, 2019 at 6:41 AM Vahid Hashemian > wrote: > > > Congrats Mickael, > > > > Well deserved! > > > > --Vahid > > > > On Thu, Nov 7, 2019 at 9:10 PM Maulin Vasavada < > mau

Re: [ANNOUNCE] New committer: David Jacot

2020-10-20 Thread David Jacot
Thanks! On Mon, Oct 19, 2020 at 8:01 PM James Cheng wrote: > Congratulations, David! > > -James > > > On Oct 16, 2020, at 9:01 AM, Gwen Shapira wrote: > > > > The PMC for Apache Kafka has invited David Jacot as a committer, and > > we are excited to say t

Re: [ANNOUNCE] New Kafka PMC Member: Bill Bejeck

2021-04-08 Thread David Jacot
Congrats, Bill! On Thu, Apr 8, 2021 at 9:54 AM Tom Bentley wrote: > Congratulations Bill! > > On Thu, Apr 8, 2021 at 2:36 AM Luke Chen wrote: > > > Congratulations Bill! > > > > Luke > > > > On Thu, Apr 8, 2021 at 9:17 AM Matthias J. Sax wrote: > > > > > Hi, > > > > > > It's my pleasure to ann

Re: [ANNOUNCE] New Committer: Bruno Cadonna

2021-04-08 Thread David Jacot
Congrats Bruno! On Thu, Apr 8, 2021 at 9:53 AM Tom Bentley wrote: > Congratulations Bruno! > > On Thu, Apr 8, 2021 at 6:21 AM Konstantine Karantasis > wrote: > > > Congratulations Bruno! > > > > Konstantine > > > > On Wed, Apr 7, 2021 at 8:08 PM Sophie Blee-Goldman > > wrote: > > > > > Congrat

Re: [ANNOUNCE] New Kafka PMC Member: Konstantine Karantasis

2021-06-21 Thread David Jacot
Congrats, Konstantine. Well deserved! Best, David On Mon, Jun 21, 2021 at 6:14 PM Ramesh Krishnan wrote: > Congrats Konstantine > > On Mon, 21 Jun 2021 at 8:58 PM, Mickael Maison > wrote: > > > Hi, > > > > It's my pleasure to announce that Konstantine Karantasis is now a > > member of the Kafk

[VOTE] 2.8.1 RC0

2021-09-10 Thread David Jacot
Hello Kafka users, developers and client-developers, This is the first candidate for release of Apache Kafka 2.8.1. Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues since the 2.8.0 release. Please see the release notes for more information. Release notes for the 2.8.1 release: https://

Re: [VOTE] 2.8.1 RC0

2021-09-14 Thread David Jacot
ays to update this file in the section for major and minor > releases). > > Also, the https://github.com/apache/kafka-site/tree/asf-site/28 history > shows no updates since July. I guess that's possible, but might be worth > double checking. > > Thanks! > > Randall > &

[VOTE] 2.8.1 RC1

2021-09-14 Thread David Jacot
Hello Kafka users, developers and client-developers, This is the second candidate for release of Apache Kafka 2.8.1. Apache Kafka 2.8.1 is a bugfix release and fixes 49 issues since the 2.8.0 release. Please see the release notes for more information. Release notes for the 2.8.1 release: https:/

Re: [VOTE] 2.8.1 RC0

2021-09-14 Thread David Jacot
I have started a new thread to vote for the RC1. Therefore, this vote is close. Thanks, David On Tue, Sep 14, 2021 at 11:14 AM David Jacot wrote: > Hi Randall, > > Thanks for your comments. > > I definitely missed updating > https://github.com/apache/kafka/blob

Re: [kafka-clients] Re: [VOTE] 2.8.1 RC1

2021-09-15 Thread David Jacot
om Javadocs I've had to > >> start > >> > > > relying on it a little bit more. > >> > > > > >> > > > Cheers, > >> > > > > >> > > > Chris > >> > > > > >> > > > On

Re: [kafka-clients] Re: [VOTE] 2.8.1 RC1

2021-09-15 Thread David Jacot
Hi Israel, Thanks! That seems pretty cool. You should bring it up in an independent thread in order to give it more visibility. It might be lost in the middle of this vote thread. Best, David On Wed, Sep 15, 2021 at 3:39 PM David Jacot wrote: > Hi Chris, Josep, > > Thank you for repo

[RESULTS] [VOTE] Release Kafka version 2.8.1

2021-09-17 Thread David Jacot
This vote passes with 4 +1 votes (4 bindings) and no 0 or -1 votes. +1 votes PMC Members: * Randall Hauch * Manikumar Reddy * Bill Bejeck * Mickael Maison Committers: * No votes Community: * No votes 0 votes * No votes -1 votes * No votes Vote thread: https://www.mail-archive.com/dev@kafka.ap

[ANNOUNCE] Apache Kafka 2.8.1

2021-09-20 Thread David Jacot
Times, Uber, Yelp, and Zalando, among others. A big thank you for the following 35 contributors to this release! A. Sophie Blee-Goldman, Alexander Iskuskov, Andras Katona, Bill Bejeck, Bruno Cadonna, Chris Egerton, Colin Patrick McCabe, David Arthur, David Jacot, Davor Poldrugo, Dejan

Re: [DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

2021-09-24 Thread David Jacot
Hi Israel, Thank you for this initiative. The tool seems pretty cool and I think that it could be useful as well. I haven't tried it yet though. I just watched the video and I found the part which requires to build the docker container really long, perhaps even longer than the validation itself

Re: [kafka-clients] Re: [DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

2021-09-28 Thread David Jacot
he container and when they can get started with the validation. >> >> Let me update this and will share another update again soon. >> >> I appreciate this feedback >> >> Thanks. >> >> On Fri, Sep 24, 2021 at 10:51 AM 'David Jacot' via kafka-cli

[VOTE] 3.1.0 RC0

2021-12-23 Thread David Jacot
Hello Kafka users, developers and client-developers, This is the first candidate for release of Apache Kafka 3.1.0. * Apache Kafka supports Java 17 * The FetchRequest supports Topic IDs (KIP-516) * Extend SASL/OAUTHBEARER with support for OIDC (KIP-768) * Add broker count metrics (KIP-748) * Diff

[VOTE] 3.1.0 RC1

2022-01-12 Thread David Jacot
Hello Kafka users, developers and client-developers, This is the second candidate for release of Apache Kafka 3.1.0. * Apache Kafka supports Java 17 * The FetchRequest supports Topic IDs (KIP-516) * Extend SASL/OAUTHBEARER with support for OIDC (KIP-768) * Add broker count metrics (KIP-748) * Dif

Re: [VOTE] 3.1.0 RC1

2022-01-19 Thread David Jacot
t;- Briefly Walked Through 3.1 Documentation, Javadocs and Protocol Pages > > +1 (non-binding) for the release candidate > > Thanks for running this release > > Israel Ekpo > Lead Instructor, IzzyAcademy.com > https://www.youtube.com/c/izzyacademy > https://izzyacade

Re: [VOTE] 3.1.0 RC1

2022-01-21 Thread David Jacot
the "Kafka Streams demo > > and > > the app development tutorial" links still reference the 2.5 release. > > This is a very minor issue and it doesn't require a new RC, we can simply > > update the links once released. > > > > +1(binding) > >

[ANNOUNCE] Apache Kafka 3.1.0

2022-01-24 Thread David Jacot
Urban, David Arthur, David Jacot, David Mao, Dmitriy Fishman, Edoardo Comar, Ewen Cheslack-Postava, Greg Harris, Guozhang Wang, Igor Soarez, Ismael Juma, Israel Ekpo, Ivan Ponomarev, Jakub Scholz, James Galasyn, Jason Gustafson, Jeff Kim, Jim Galasyn, JoeCqupt, Joel Hamill, John Gray, John Roesler

Re: [VOTE] 3.1.1 RC0

2022-04-12 Thread David Jacot
Hi Tom, Thanks for running the release. I wonder if we should include: https://github.com/apache/kafka/commit/134c432d6452de1bfb99d0f6b455a58c16bc626a. This is a follow up of KAFKA-13794. What do you think? Best, David On Fri, Apr 8, 2022 at 6:18 PM Tom Bentley wrote: > > Hello Kafka users, de

Re: [VOTE] 3.2.0 RC1

2022-05-06 Thread David Jacot
Thanks for running the release, Bruno. I performed the following validations: * Verified all checksums and signatures. * Built from source and ran unit tests. * Ran the first quickstart steps for both ZK and KRaft. * Spotchecked the doc and the Javadocs. +1 (binding) Best, David On Thu, May 5,

Re: [VOTE] 3.3.0 RC2

2022-09-26 Thread David Jacot
Thanks for running the release, José and David. I performed the following validations: * Verified all checksums and signatures. * Built from source and ran unit tests. * Ran the first quickstart steps for both ZK and KRaft. * Spotchecked the Javadocs. I have also noticed that the doc is malformed

Re: [VOTE] 3.3.1 RC0

2022-09-30 Thread David Jacot
Hey, I performed the following validations: * Verified all checksums and signatures. * Built from source and ran unit tests. * Ran the first quickstart steps for both ZK and KRaft. * Spotchecked the Javadocs. I am +1 (binding), assuming that the system tests look good. Thanks for running the rel

Re: [VOTE] 3.4.0 RC2

2023-02-03 Thread David Jacot
I performed the following validations: * Verified all checksums and signatures. * Built from source and ran unit tests. * Ran the first quickstart steps for both ZK and KRaft. * Spotchecked the Javadocs. I am +1 (binding). Thanks for running the release! Best, David On Tue, Jan 31, 2023 at 8:00

[ANNOUNCE] Apache Kafka 4.0.0

2025-03-18 Thread David Jacot
Liu, Chengyan, Cheryl Simmons, Chia-Chuan Yu, Chia-Ping Tsai, Chirag Wadhwa, Chris Egerton, Christo Lolov, Christopher L. Shannon, ClarkChen, Clay Johnson, Colin P. McCabe, Colt McNealy, Danica Fine, Dániel Urbán, David Arthur, David Jacot, David Mao, David Schlosnagle, Dejan Stojadinović

[RESULTS] [VOTE] Release Kafka version 4.0.0

2025-03-18 Thread David Jacot
votes * No votes Vote thread: https://lists.apache.org/thread/czxrsdsk9nw03rp7bzqhdjbt2wzhtjll I'll continue with the release process and the release announcement will follow. David Jacot

[VOTE] 4.0.0 RC4

2025-03-14 Thread David Jacot
ocker Build Test Pipeline (JVM): https://github.com/apache/kafka/actions/runs/13852844456 Docker Build Test Pipeline (Native): https://github.com/apache/kafka/actions/runs/13853116713 /** Thanks, David Jacot

[VOTE] 4.0.0 RC3

2025-03-08 Thread David Jacot
Test Pipeline (JVM): https://github.com/apache/kafka/actions/runs/13735818889 Docker Build Test Pipeline (Native): https://github.com/apache/kafka/actions/runs/13735821944 /** Thanks, David Jacot PS: I used RC3 instead of RC2 by mistake.

[VOTE] 4.0.0 RC1

2025-03-05 Thread David Jacot
Build Test Pipeline (JVM): https://github.com/apache/kafka/actions/runs/13677582256 Docker Build Test Pipeline (Native): https://github.com/apache/kafka/actions/runs/13677587424 /** Thanks, David Jacot

Re: [VOTE] 4.0.0 RC1

2025-03-05 Thread David Jacot
David Jacot wrote: > > Hello Kafka users, developers and client-developers, > > This is the second candidate for release of Apache Kafka 4.0.0. > > - This is the first release without Apache Zookeeper > - The Next Generation of the Consumer Rebalance Protocol is Generally

[VOTE] 4.0.0 RC0

2025-02-22 Thread David Jacot
Hello Kafka users, developers and client-developers, This is the first candidate for release of Apache Kafka 4.0.0. We still have some remaining blockers but we figured that getting a first release candidate will help the community to test this major release. - This is the first release without A