Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread Kuan Po Tseng
Congrats Lianet !!! On 2024/08/29 02:37:19 Luke Chen wrote: > Congratulations Lianet! > > Luke > > On Thu, Aug 29, 2024 at 9:54 AM Lianet M. wrote: > > > Thank you very much everyone! It truly takes the great shared knowledge you > > all put out there with amazing reviews and discussions. > >

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread Viktor Somogyi-Vass
Congrats Lianet! On Thu, Aug 29, 2024 at 7:27 AM Yash Mayya wrote: > Congratulations Lianet! > > On Wed, Aug 28, 2024 at 9:05 PM David Jacot wrote: > > > Hi all, > > > > The PMC of Apache Kafka is pleased to announce a new Kafka committer, > > Lianet Magrans. > > > > Lianet has been a Kafka con

Re: [DISCUSS] `unclean.leader.election.enable` in KRaft behavior change

2024-08-28 Thread Dima Brodsky
Thank you! This helps alot Sent from Mobile On Wed, Aug 28, 2024 at 19:48 Luke Chen wrote: > Hi Dima, > > Before v3.9.0, brokers in KRaft mode didn't honor > `unclean.leader.election.enable` config. > So, the static config and dynamic config didn't work. > The only thing works before v3.9.0 i

[jira] [Resolved] (KAFKA-17062) RemoteLogManager - RemoteStorageException causes data loss

2024-08-28 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen resolved KAFKA-17062. --- Resolution: Fixed > RemoteLogManager - RemoteStorageException causes data loss > ---

Re: [DISCUSS] KIP-1085: Fix leaking *_DOC variables in StreamsConfig

2024-08-28 Thread 黃竣陽
Hi Chia-Ping > they can be package-private, right? Yes, your are right, I will address there variables on this KIP Best regards, Jiunn Yang > Chia-Ping Tsai 於 2024年8月29日 中午12:26 寫道: > >> These variables are used in `TopologyConfig`, so I think that they can be > public if they are presented th

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread Yash Mayya
Congratulations Lianet! On Wed, Aug 28, 2024 at 9:05 PM David Jacot wrote: > Hi all, > > The PMC of Apache Kafka is pleased to announce a new Kafka committer, > Lianet Magrans. > > Lianet has been a Kafka contributor since June 2023. In addition to > being a regular contributor and reviewer, she

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #3245

2024-08-28 Thread Apache Jenkins Server
See

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread Satish Duggana
Congratulations Lianet!! On Thu, 29 Aug 2024 at 10:08, Muralidhar Basani wrote: > > Congratulations Lianet !! > > Murali > > On Thu, 29 Aug 2024 at 05:48, Kamal Chandraprakash < > kamal.chandraprak...@gmail.com> wrote: > > > Congrats Lianet! > > > > On Thu, Aug 29, 2024 at 8:07 AM Luke Chen wrot

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread Muralidhar Basani
Congratulations Lianet !! Murali On Thu, 29 Aug 2024 at 05:48, Kamal Chandraprakash < kamal.chandraprak...@gmail.com> wrote: > Congrats Lianet! > > On Thu, Aug 29, 2024 at 8:07 AM Luke Chen wrote: > > > Congratulations Lianet! > > > > Luke > > > > On Thu, Aug 29, 2024 at 9:54 AM Lianet M. wrot

Re: [VOTE] KIP-1078: Remove Leaking Getter Methods in Joined Helper Class

2024-08-28 Thread TengYao Chi
Hello everyone, The vote is now closed, and the KIP has been accepted with 4 binding +1s from Chia-Ping, Matthias, Bill, and Lucas, as well as 1 non-binding +1 from 黃竣陽. Thank you all for your participation! Sincerely, TengYao Lucas Brutschy 於 2024年8月26日 週一 下午3:37寫道: > +1 (binding) > > On Thu

Re: [DISCUSS] KIP-1085: Fix leaking *_DOC variables in StreamsConfig

2024-08-28 Thread Chia-Ping Tsai
> These variables are used in `TopologyConfig`, so I think that they can be public if they are presented the same meaning in both `TopologyConfig` and `StreamConfig`. they can be package-private, right? Best, Chia-Ping 黃竣陽 於 2024年8月29日 週四 上午11:53寫道: > Hi Chia-Ping, > > These variables are used

Re: [DISCUSS] KIP-1082: Enable ID Generation for Clients over the ConsumerGroupHeartbeat RPC

2024-08-28 Thread TengYao Chi
Hello Lianet ! Thanks for the reviews and suggestions! LM1: Indeed, we plan to enforce client-side ID generation in the future, and it is not an alternative. I will change the title accordingly. LM2: Yes, that's the expectation. I will add that statement to the public interface section. LM3: Th

Re: [DISCUSS] KIP-1085: Fix leaking *_DOC variables in StreamsConfig

2024-08-28 Thread 黃竣陽
Hi Chia-Ping, These variables are used in `TopologyConfig`, so I think that they can be public if they are presented the same meaning in both `TopologyConfig` and `StreamConfig`. Best regards, Jiunn Yang > Chia-Ping Tsai 於 2024年8月29日 上午11:38 寫道: > > hi Jiunn > > The following DOC-related va

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread Kamal Chandraprakash
Congrats Lianet! On Thu, Aug 29, 2024 at 8:07 AM Luke Chen wrote: > Congratulations Lianet! > > Luke > > On Thu, Aug 29, 2024 at 9:54 AM Lianet M. wrote: > > > Thank you very much everyone! It truly takes the great shared knowledge > you > > all put out there with amazing reviews and discussion

Re: [DISCUSS] KIP-1085: Fix leaking *_DOC variables in StreamsConfig

2024-08-28 Thread 黃竣陽
Hi Luke, > "The overly large scope of these variables can cause development issues.” I want to express that if the variable is public, we can easily find and use it by simply accessing `StreamConfig.` during development, which increases the risk of misuse. By changing it to private, this problem

Re: [DISCUSS] KIP-1085: Fix leaking *_DOC variables in StreamsConfig

2024-08-28 Thread Chia-Ping Tsai
hi Jiunn The following DOC-related variables are public too. Should they be included? BUFFERED_RECORDS_PER_PARTITION_DOC CACHE_MAX_BYTES_BUFFERING_DOC DEFAULT_DESERIALIZATION_EXCEPTION_HANDLER_CLASS_DOC DEFAULT_TIMESTAMP_EXTRACTOR_CLASS_DOC MAX_TASK_IDLE_MS_DOC STATESTORE_CACHE_MAX_BYTES_DOC TASK

Re: [DISCUSS] KIP-1085: Fix leaking *_DOC variables in StreamsConfig

2024-08-28 Thread Luke Chen
Hi Jiunn, Thanks for the KIP. In the motivation section: "The overly large scope of these variables can cause development issues." I can't see why a "doc description variable" will cause any development issue. Could you explain more clearly what problem we have now? Thanks. Luke On Thu, Aug 29

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.9 #49

2024-08-28 Thread Apache Jenkins Server
See

Re: [DISCUSS] `unclean.leader.election.enable` in KRaft behavior change

2024-08-28 Thread Luke Chen
Hi Dima, Before v3.9.0, brokers in KRaft mode didn't honor `unclean.leader.election.enable` config. So, the static config and dynamic config didn't work. The only thing works before v3.9.0 is using he admin API or cli to run `kafka-leader-election.sh` with `unclean` option. Thanks. Luke On Thu,

Re: [DISCUSS] `unclean.leader.election.enable` in KRaft behavior change

2024-08-28 Thread Dima Brodsky
Thanks Luke, I meant in pre 3.9.x, like 3.6.x or 3.7.x branch for example. ttyl Dima On Wed, Aug 28, 2024 at 7:36 PM Luke Chen wrote: > Hi Dima, > > > I assume that unclean leader election exists as a static config in kafka > kraft, but is still unavailable dynamically? Or is it unavailable

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread Luke Chen
Congratulations Lianet! Luke On Thu, Aug 29, 2024 at 9:54 AM Lianet M. wrote: > Thank you very much everyone! It truly takes the great shared knowledge you > all put out there with amazing reviews and discussions. > > Looking forward to continuing working with you all! > > Lianet > > On Wed, Au

Re: [DISCUSS] `unclean.leader.election.enable` in KRaft behavior change

2024-08-28 Thread Luke Chen
Hi Dima, > I assume that unclean leader election exists as a static config in kafka kraft, but is still unavailable dynamically? Or is it unavailable in general? Let me make it clear. In v3.9.0, the `unclean.leader.election.enable` in KRaft will work, either static config or dynamic config. It's

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread Lianet M.
Thank you very much everyone! It truly takes the great shared knowledge you all put out there with amazing reviews and discussions. Looking forward to continuing working with you all! Lianet On Wed, Aug 28, 2024, 7:12 p.m. Sophie Blee-Goldman wrote: > Congrats Lianet! Well deserved > > On Wed,

[DISCUSS] KIP-1085: Fix leaking *_DOC variables in StreamsConfig

2024-08-28 Thread 黃竣陽
Hello everyone, I would like to start a discussion about KIP-1085 In this KIP, we plan to deprecate the public doc variables which only used in `StreamConfig` and make them private in a f

Re: [VOTE] KIP-1065: Add "retry" return-option to ProductionExceptionHandler

2024-08-28 Thread Bill Bejeck
+1 (binding) On Wed, Aug 28, 2024 at 8:34 PM Sophie Blee-Goldman wrote: > Also : > > +1 (binding) > > On Wed, Aug 28, 2024 at 3:48 PM Sophie Blee-Goldman > > wrote: > > > Thanks guys. I filed https://issues.apache.org/jira/browse/KAFKA-17441 > to > > consider a followup KIP for adding RETRY to

Re: [VOTE] KIP-1065: Add "retry" return-option to ProductionExceptionHandler

2024-08-28 Thread Sophie Blee-Goldman
Also : +1 (binding) On Wed, Aug 28, 2024 at 3:48 PM Sophie Blee-Goldman wrote: > Thanks guys. I filed https://issues.apache.org/jira/browse/KAFKA-17441 to > consider a followup KIP for adding RETRY to the other exception handlers. I > agree we can move on and vote this through > > On Thu, Aug 2

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #3244

2024-08-28 Thread Apache Jenkins Server
See

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread Sophie Blee-Goldman
Congrats Lianet! Well deserved On Wed, Aug 28, 2024 at 2:27 PM Jiashen Zhang wrote: > Congratulations Lianet! Awesome! > > On Wed, Aug 28, 2024 at 2:10 PM Andrew Schofield < > andrew_schofi...@live.com> > wrote: > > > Awesome news. Well done, Lianet. > > > > Andrew > > > > > On 28 Aug 2024, at 1

Re: [VOTE] KIP-1065: Add "retry" return-option to ProductionExceptionHandler

2024-08-28 Thread Sophie Blee-Goldman
Thanks guys. I filed https://issues.apache.org/jira/browse/KAFKA-17441 to consider a followup KIP for adding RETRY to the other exception handlers. I agree we can move on and vote this through On Thu, Aug 22, 2024 at 11:28 AM Matthias J. Sax wrote: > Hi, > > given that there was no further feedb

[jira] [Created] (KAFKA-17441) Add RETRY option to other exception handlers

2024-08-28 Thread A. Sophie Blee-Goldman (Jira)
A. Sophie Blee-Goldman created KAFKA-17441: -- Summary: Add RETRY option to other exception handlers Key: KAFKA-17441 URL: https://issues.apache.org/jira/browse/KAFKA-17441 Project: Kafka

[jira] [Created] (KAFKA-17440) Convert QuorumTestHarness to use PreboundSocketFactoryManager

2024-08-28 Thread Colin McCabe (Jira)
Colin McCabe created KAFKA-17440: Summary: Convert QuorumTestHarness to use PreboundSocketFactoryManager Key: KAFKA-17440 URL: https://issues.apache.org/jira/browse/KAFKA-17440 Project: Kafka

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread Jiashen Zhang
Congratulations Lianet! Awesome! On Wed, Aug 28, 2024 at 2:10 PM Andrew Schofield wrote: > Awesome news. Well done, Lianet. > > Andrew > > > On 28 Aug 2024, at 17:47, Bruno Cadonna wrote: > > > > Well deserved! > > > > Best, > > Bruno > > > > On 8/28/24 6:37 PM, Bill Bejeck wrote: > >> Congrats

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.9 #48

2024-08-28 Thread Apache Jenkins Server
See

Re: Wiki Kafka Kip access

2024-08-28 Thread Matthias J. Sax
You should be all set. On 8/28/24 8:24 AM, Sébastien Viale wrote: Hi, I would like to have the permission to create a KIP. wiki id: sebastien.viale63 jira id: sebviale thanks very much !

Wiki Kafka Kip access

2024-08-28 Thread Sébastien Viale
Hi, I would like to have the permission to create a KIP. wiki id: sebastien.viale63 jira id: sebviale thanks very much !

Re: [DISCUSS] `unclean.leader.election.enable` in KRaft behavior change

2024-08-28 Thread Dima Brodsky
Hi Luke, I assume that unclean leader election exists as a static config in kafka kraft, but is still unavailable dynamically? Or is it unavailable in general? Thanks! ttyl Dima On Wed, Aug 28, 2024 at 3:45 AM Luke Chen wrote: > Hi all, > > In v3.9.0, we're planning to support the `unclean.l

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread Andrew Schofield
Awesome news. Well done, Lianet. Andrew > On 28 Aug 2024, at 17:47, Bruno Cadonna wrote: > > Well deserved! > > Best, > Bruno > > On 8/28/24 6:37 PM, Bill Bejeck wrote: >> Congrats Lianet! >> On Wed, Aug 28, 2024 at 12:32 PM Matthias J. Sax wrote: >>> Congrats! Very well deserved! >>> >>> On 8/

[jira] [Created] (KAFKA-17439) Make polling for new records an explicit action/event in the new consumer

2024-08-28 Thread Kirk True (Jira)
Kirk True created KAFKA-17439: - Summary: Make polling for new records an explicit action/event in the new consumer Key: KAFKA-17439 URL: https://issues.apache.org/jira/browse/KAFKA-17439 Project: Kafka

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread Apoorv Mittal
Congratulations Lianet! Awesome! Regards, Apoorv Mittal On Wed, Aug 28, 2024 at 6:14 PM TengYao Chi wrote: > Congratulations, Lianet! > This recognition is well deserved. > > Philip Nee 於 2024年8月29日 週四 上午1:09寫道: > > > congrats! > > > > On Wed, Aug 28, 2024 at 10:08 AM xijiu <422766...@qq.com.

[jira] [Resolved] (KAFKA-15406) Add the ForwardingManager metrics from KIP-938

2024-08-28 Thread Colin McCabe (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin McCabe resolved KAFKA-15406. -- Fix Version/s: 3.9.0 Resolution: Fixed > Add the ForwardingManager metrics from KIP-938

Jenkins build is unstable: Kafka » Kafka Branch Builder » trunk #3243

2024-08-28 Thread Apache Jenkins Server
See

Re: Confluence/wiki account creation -- self-service fixed

2024-08-28 Thread Justine Olshan
Thanks Gavin and Matthias for making this process better! Justine On Wed, Aug 28, 2024 at 10:37 AM Matthias J. Sax wrote: > Hello, > > I want to share great news. The new confluence/wiki account creating > self-service is now available! > > Cf https://selfserve.apache.org/ > > I updated the KIP

Confluence/wiki account creation -- self-service fixed

2024-08-28 Thread Matthias J. Sax
Hello, I want to share great news. The new confluence/wiki account creating self-service is now available! Cf https://selfserve.apache.org/ I updated the KIP wiki page accordingly. Thanks a lot Gavin for pushing this over the finish line! -Matthias

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread TengYao Chi
Congratulations, Lianet! This recognition is well deserved. Philip Nee 於 2024年8月29日 週四 上午1:09寫道: > congrats! > > On Wed, Aug 28, 2024 at 10:08 AM xijiu <422766...@qq.com.invalid> wrote: > > > Congratulations Lianet! > > > > > > > > > > ---Original--- > > From: "Kirk True" > Date: Thu, Aug 29, 20

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread Philip Nee
congrats! On Wed, Aug 28, 2024 at 10:08 AM xijiu <422766...@qq.com.invalid> wrote: > Congratulations Lianet! > > > > > ---Original--- > From: "Kirk True" Date: Thu, Aug 29, 2024 01:01 AM > To: "dev" Subject: Re: [ANNOUNCE] New committer: Lianet Magrans > > > Congratulations Lianet > > On

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread Kirk True
Congratulations Lianet On Wed, Aug 28, 2024, at 9:47 AM, Bruno Cadonna wrote: > Well deserved! > > Best, > Bruno > > On 8/28/24 6:37 PM, Bill Bejeck wrote: > > Congrats Lianet! > > > > On Wed, Aug 28, 2024 at 12:32 PM Matthias J. Sax wrote: > > > >> Congrats! Very well deserved! > >>

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread Bruno Cadonna
Well deserved! Best, Bruno On 8/28/24 6:37 PM, Bill Bejeck wrote: Congrats Lianet! On Wed, Aug 28, 2024 at 12:32 PM Matthias J. Sax wrote: Congrats! Very well deserved! On 8/28/24 9:18 AM, Justine Olshan wrote: Congratulations Lianet!! Justine On Wed, Aug 28, 2024 at 8:58 AM David Arthur

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread Bill Bejeck
Congrats Lianet! On Wed, Aug 28, 2024 at 12:32 PM Matthias J. Sax wrote: > Congrats! Very well deserved! > > On 8/28/24 9:18 AM, Justine Olshan wrote: > > Congratulations Lianet!! > > Justine > > > > On Wed, Aug 28, 2024 at 8:58 AM David Arthur wrote: > > > >> Congrats, Lianet! > >> > >> On Wed

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread Matthias J. Sax
Congrats! Very well deserved! On 8/28/24 9:18 AM, Justine Olshan wrote: Congratulations Lianet!! Justine On Wed, Aug 28, 2024 at 8:58 AM David Arthur wrote: Congrats, Lianet! On Wed, Aug 28, 2024 at 11:48 AM Mickael Maison wrote: Congratulations Lianet! On Wed, Aug 28, 2024 at 5:40 PM J

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread Justine Olshan
Congratulations Lianet!! Justine On Wed, Aug 28, 2024 at 8:58 AM David Arthur wrote: > Congrats, Lianet! > > On Wed, Aug 28, 2024 at 11:48 AM Mickael Maison > wrote: > > > Congratulations Lianet! > > > > On Wed, Aug 28, 2024 at 5:40 PM Josep Prat > > wrote: > > > > > > Congrats Lianet! > > > >

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread David Arthur
Congrats, Lianet! On Wed, Aug 28, 2024 at 11:48 AM Mickael Maison wrote: > Congratulations Lianet! > > On Wed, Aug 28, 2024 at 5:40 PM Josep Prat > wrote: > > > > Congrats Lianet! > > > > On Wed, Aug 28, 2024 at 5:38 PM Chia-Ping Tsai > wrote: > > > > > Congratulations, Lianet!!! > > > > > > O

[jira] [Created] (KAFKA-17438) Fix raft/README.md to use kraft.version 1

2024-08-28 Thread Jira
José Armando García Sancio created KAFKA-17438: -- Summary: Fix raft/README.md to use kraft.version 1 Key: KAFKA-17438 URL: https://issues.apache.org/jira/browse/KAFKA-17438 Project: Kafka

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread Mickael Maison
Congratulations Lianet! On Wed, Aug 28, 2024 at 5:40 PM Josep Prat wrote: > > Congrats Lianet! > > On Wed, Aug 28, 2024 at 5:38 PM Chia-Ping Tsai wrote: > > > Congratulations, Lianet!!! > > > > On 2024/08/28 15:35:23 David Jacot wrote: > > > Hi all, > > > > > > The PMC of Apache Kafka is pleased

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread Josep Prat
Congrats Lianet! On Wed, Aug 28, 2024 at 5:38 PM Chia-Ping Tsai wrote: > Congratulations, Lianet!!! > > On 2024/08/28 15:35:23 David Jacot wrote: > > Hi all, > > > > The PMC of Apache Kafka is pleased to announce a new Kafka committer, > > Lianet Magrans. > > > > Lianet has been a Kafka contribu

Re: [ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread Chia-Ping Tsai
Congratulations, Lianet!!! On 2024/08/28 15:35:23 David Jacot wrote: > Hi all, > > The PMC of Apache Kafka is pleased to announce a new Kafka committer, > Lianet Magrans. > > Lianet has been a Kafka contributor since June 2023. In addition to > being a regular contributor and reviewer, she has m

[ANNOUNCE] New committer: Lianet Magrans

2024-08-28 Thread David Jacot
Hi all, The PMC of Apache Kafka is pleased to announce a new Kafka committer, Lianet Magrans. Lianet has been a Kafka contributor since June 2023. In addition to being a regular contributor and reviewer, she has made significant contributions to the next generation of the consumer rebalance proto

Re: [DISCUSS] KIP-1071: Streams Rebalance Protocol

2024-08-28 Thread Lucas Brutschy
Hi Sophie, Thanks for your detailed comments - much appreciated! I think you read a version of the KIP that did not yet include the admin command-line tool and the Admin API extensions, so some of the comments are already addressed in the KIP. S1. StreamsGroupHeartbeat and StreamsGroupInitialize

[VOTE] KIP-1074: Allow the replication of user internal topics

2024-08-28 Thread Patrik Marton
Hi all, As the proposal is finalized, and there was no new feedback in the past week, I would like to open voting for KIP-1074 . Please vote / let me know your thoughts. Thanks, Patrik

Re: [DISCUSS] KIP-1082: Enable ID Generation for Clients over the ConsumerGroupHeartbeat RPC

2024-08-28 Thread Lianet M.
Hello TengYao! Thanks for taking on this issue, we've been going around it for a while. LM1: About the title of the KIP: "Enable ID Generation for Clients over the ConsumerGroupHeartbeat RPC". I find it confusing because it hints that we're adding it as an alternative (which was discussed and disc

[DISCUSS] `unclean.leader.election.enable` in KRaft behavior change

2024-08-28 Thread Luke Chen
Hi all, In v3.9.0, we're planning to support the `unclean.leader.election.enable` config in KRaft. Currently, the implementation PR is under review now. But I'd like to raise the discussion to let you know there will be one behavior change when enabling

Re: [DISCUSS] KIP-1073 Return inactive observer nodes in DescribeQuorum response

2024-08-28 Thread Gantigmaa Selenge
Thank you both for reviewing the KIP again. Addressing Colin's comments: > The admin client changes don't seem to include a way to find out if a given broker is fenced, by examining the result. Seems like we need that as well? I think admins usually send describeCluster requests to find out abo

Re: [VOTE] KIP-1075: Introduce delayed remote list offsets purgatory to make LIST_OFFSETS async

2024-08-28 Thread Christo Lolov
Hello! Apologies for the late arrival. I read through the KIP and the discussion thread and I have no concerns with the proposed approach. This is a great improvement! +1 from me. Best, Christo On Fri, 23 Aug 2024 at 02:50, Luke Chen wrote: > +1 from me. > > Thanks. > > On Thu, Aug 22, 2024 a

Build failed in Jenkins: Kafka » Kafka Branch Builder » trunk #3242

2024-08-28 Thread Apache Jenkins Server
See Changes: -- [...truncated 542554 lines...] [2024-08-28T09:27:15.581Z] [2024-08-28T09:27:15.581Z] Gradle Test Run :core:test > Gradle Test Executor 105 > ZooKeeperClie

Re: [DISCUSS] KIP-1071: Streams Rebalance Protocol

2024-08-28 Thread Sophie Blee-Goldman
Hey guys -- sorry I'm late to the party, I'm still going over some things and don't have everything I want to say ready just yet, but I figured that shouldn't stop me from starting with the questions/comments that are ready to go. So here's my first set of feedback: S1. Can you clarify which clien

[jira] [Created] (KAFKA-17437) Upgrade commons-validator from 1.7 to 1.9.0

2024-08-28 Thread Hans Schuell (Jira)
Hans Schuell created KAFKA-17437: Summary: Upgrade commons-validator from 1.7 to 1.9.0 Key: KAFKA-17437 URL: https://issues.apache.org/jira/browse/KAFKA-17437 Project: Kafka Issue Type: Impro