[jira] [Resolved] (KAFKA-17549) Improve error messages for incorrect group type in kafka-share-groups.sh

2024-12-06 Thread Andrew Schofield (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Schofield resolved KAFKA-17549. -- Resolution: Fixed > Improve error messages for incorrect group type in kafka-share-gro

[jira] [Created] (KAFKA-18171) Unexpected Change in bootstrap.servers Behavior After Upgrade to 3.8.0

2024-12-06 Thread Beatriz Aparecida de Freitas Rodrigues (Jira)
Beatriz Aparecida de Freitas Rodrigues created KAFKA-18171: -- Summary: Unexpected Change in bootstrap.servers Behavior After Upgrade to 3.8.0 Key: KAFKA-18171 URL: https://issues.apache.org

Re: [VOTE] KIP-1111: Enforcing Explicit Naming for Kafka Streams Internal Topics

2024-12-06 Thread Bruno Cadonna
Hi Sébastien, +1 (binding) Many Thanks! Bruno On 06.12.24 10:13, Lucas Brutschy wrote: Thanks for the KIP! +1 (binding) Cheers, Lucas On Fri, Dec 6, 2024 at 9:41 AM Sebastien Viale wrote: Hi, I'd like to start the vote on KIP- - Enforcing Explicit Naming for Kafka Streams Internal

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

2024-12-06 Thread Lucas Brutschy
Hi Andrew, thank you! That was a bit sloppy, AS18/19 addressed. Cheers, Lucas On Fri, Dec 6, 2024 at 10:14 AM Andrew Schofield wrote: > > Hi Lucas, > Thanks for the responses. I expect these are my final comments before > voting. > > AS18: In StreamsGroupDescription, the method with signature

[jira] [Created] (KAFKA-18170) Periodic snapshots for cold share partitions

2024-12-06 Thread Sushant Mahajan (Jira)
Sushant Mahajan created KAFKA-18170: --- Summary: Periodic snapshots for cold share partitions Key: KAFKA-18170 URL: https://issues.apache.org/jira/browse/KAFKA-18170 Project: Kafka Issue Type

Re: [VOTE] KIP-1111: Enforcing Explicit Naming for Kafka Streams Internal Topics

2024-12-06 Thread Lucas Brutschy
Thanks for the KIP! +1 (binding) Cheers, Lucas On Fri, Dec 6, 2024 at 9:41 AM Sebastien Viale wrote: > > Hi, > > I'd like to start the vote on KIP- - Enforcing Explicit Naming for Kafka > Streams Internal Topics: > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-%3A+Enforcing+E

[VOTE] KIP-1111: Enforcing Explicit Naming for Kafka Streams Internal Topics

2024-12-06 Thread Sebastien Viale
Hi, I'd like to start the vote on KIP- - Enforcing Explicit Naming for Kafka Streams Internal Topics: https://cwiki.apache.org/confluence/display/KAFKA/KIP-%3A+Enforcing+Explicit+Naming+for+Kafka+Streams+Internal+Topics This proposal aims to add a configuration that prevents a Kafka Str

Re: [VOTE] 3.7.2 RC1

2024-12-06 Thread Andrew Schofield
Hi Matthias, Thanks for running the release. I did the following: - Browsed the javadoc - Browsed the protocol documentation - Ran the quickstart with ZK +1 (non-binding) Thanks, Andrew From: Luke Chen Sent: 06 December 2024 07:22 To: dev@kafka.apa

Re: [DISCUSS] Apache Kafka 4.0.0 release

2024-12-06 Thread Andrew Schofield
Hi David, I have added KIP-1043. With the exception of one method deprecation which I intend to do in 4.1, it's done. Thanks, Andrew From: Divij Vaidya Sent: 02 December 2024 19:45 To: dev@kafka.apache.org Subject: Re: [DISCUSS] Apache Kafka 4.0.0 release

[jira] [Resolved] (KAFKA-17945) Use leader epoch while calling replicaManager.fetchOffsetForTimestamp in ShareFetchUtils

2024-12-06 Thread Andrew Schofield (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Schofield resolved KAFKA-17945. -- Resolution: Fixed > Use leader epoch while calling replicaManager.fetchOffsetForTimest

[jira] [Resolved] (KAFKA-17944) Add error handling in the cases when replicaManager.fetchOffsetForTimestamp throws an error

2024-12-06 Thread Andrew Schofield (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Schofield resolved KAFKA-17944. -- Resolution: Fixed > Add error handling in the cases when replicaManager.fetchOffsetFor

[jira] [Created] (KAFKA-18172) Move RemoteIndexCacheTest to storage module

2024-12-06 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-18172: -- Summary: Move RemoteIndexCacheTest to storage module Key: KAFKA-18172 URL: https://issues.apache.org/jira/browse/KAFKA-18172 Project: Kafka Issue Type: S

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

2024-12-06 Thread Andrew Schofield
Hi Bruno and Lucas, Thanks for proposing this excellent KIP. +1 (binding) Thanks, Andrew From: Alieh Saeedi Sent: 03 December 2024 16:07 To: dev@kafka.apache.org Subject: Re: [VOTE]: KIP-1071: Streams Rebalance Protocol Thanks for the effort. I really a

[jira] [Created] (KAFKA-18177) generate better helper code to support changing keys in request/response schema

2024-12-06 Thread Jun Rao (Jira)
Jun Rao created KAFKA-18177: --- Summary: generate better helper code to support changing keys in request/response schema Key: KAFKA-18177 URL: https://issues.apache.org/jira/browse/KAFKA-18177 Project: Kafka

Re: [VOTE] KIP-1034: Dead letter queue in Kafka Streams

2024-12-06 Thread Matthias J. Sax
Thanks for raising this issue. Passing in a mutable list as parameter, does not sound to be best practice. Also, some handlers support RETRY option (and there is a Jira ticket to maybe add RETRY to the other handlers, too), for which it does not make sense to write anything into the DLQ. Thu

kafka-client configurable host resolution

2024-12-06 Thread Andrew Galante
Hello, I’d like to propose a feature enhancement for the kafka-client java library, where implementors can choose a custom HostResolver implementation. Rationale: we’re currently connecting to a Kafka broker that we don’t control, running in a Windows server environment. This server lists its o

[jira] [Resolved] (KAFKA-14563) Remove AddPartitionsToTxn call for newer clients as optimization

2024-12-06 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-14563. Resolution: Fixed > Remove AddPartitionsToTxn call for newer clients as optimization > ---

[jira] [Created] (KAFKA-18176) Consumer system tests failure due to unsupported protocol configs

2024-12-06 Thread Lianet Magrans (Jira)
Lianet Magrans created KAFKA-18176: -- Summary: Consumer system tests failure due to unsupported protocol configs Key: KAFKA-18176 URL: https://issues.apache.org/jira/browse/KAFKA-18176 Project: Kafka

Re: [DISCUSS] KIP-1111: Enforcing Explicit Naming for Kafka Streams Internal Topics

2024-12-06 Thread Matthias J. Sax
One last minor question: You propose to add this new config with importance level "LOW". I am wondering if this is appropriate? From my understanding, the rule-of-thumb is, that "low" means, most likely not necessary to change, while "high" mean, recommended to change for production. Thus,

Re: [Kafka] First-time contribution: PR for README improvement - Review request

2024-12-06 Thread Swikar Patel
Hi Team Can someone merger this PR. Let me know so that I can rebase before you to merge. PR: https://github.com/apache/kafka/pull/18066 Thanks Swikar > On Dec 5, 2024, at 10:44 AM, Swikar Patel wrote: > >  > Hi Team, > > I'm excited to submit my first contribution to the Kafka project! I

[jira] [Created] (KAFKA-18173) Remove duplicate assertFutureError

2024-12-06 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18173: -- Summary: Remove duplicate assertFutureError Key: KAFKA-18173 URL: https://issues.apache.org/jira/browse/KAFKA-18173 Project: Kafka Issue Type: Improvemen

[jira] [Created] (KAFKA-18174) Handle hdr histogram exceptions gracefully

2024-12-06 Thread Jeff Kim (Jira)
Jeff Kim created KAFKA-18174: Summary: Handle hdr histogram exceptions gracefully Key: KAFKA-18174 URL: https://issues.apache.org/jira/browse/KAFKA-18174 Project: Kafka Issue Type: Sub-task

[jira] [Resolved] (KAFKA-17591) Consumer protocol subscription regex support

2024-12-06 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-17591. - Resolution: Fixed > Consumer protocol subscription regex support >

[jira] [Resolved] (KAFKA-17593) Async regex resolution

2024-12-06 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-17593. - Resolution: Fixed > Async regex resolution > -- > > Key: KAF

[jira] [Created] (KAFKA-18175) Breaking change for SystemTime usages

2024-12-06 Thread Calvin MongoDB (Jira)
Calvin MongoDB created KAFKA-18175: -- Summary: Breaking change for SystemTime usages Key: KAFKA-18175 URL: https://issues.apache.org/jira/browse/KAFKA-18175 Project: Kafka Issue Type: Bug

[jira] [Resolved] (KAFKA-18163) Move VerificationGuardTest to storage module

2024-12-06 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-18163. Resolution: Fixed > Move VerificationGuardTest to storage module > ---

[jira] [Resolved] (KAFKA-18084) Null and leaked AcquisitionLockTimerTask causes hanging AcknowledgeRequest and corrupted state of batch

2024-12-06 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18084. Fix Version/s: 4.0.0 Resolution: Fixed [~adixitconfluent] thanks for all your contr

[jira] [Resolved] (KAFKA-18162) Move LocalLogTest to storage module

2024-12-06 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18162. Fix Version/s: 4.0.0 Resolution: Fixed > Move LocalLogTest to storage module >

Jenkins build is still unstable: Kafka » Kafka PowerPC Daily » test-powerpc #140

2024-12-06 Thread Apache Jenkins Server
See

Re: [VOTE] 3.7.2 RC1

2024-12-06 Thread 黃竣陽
Hi Matthias, Thanks for running the release. I did the following steps, - Ran all the unit test and integration test. - Built from source - Ran the KRaft quickstart +1 (non-binding) Thanks, Jiunn-Yang > Andrew Schofield 於 2024年12月6日 下午5:03 寫道: > > Hi Matthias, > Thanks for running the releas