Re: [DISCUSS] KIP-1142: Allow to list non-existent group which has dynamic config

2025-04-03 Thread Chia-Ping Tsai
hi PoAn thanks for this kip. A couple of questions are listed below. chia_0: Should `listConfigs` be renamed to `listConfigResources` to match the returned type? chia_1: v0 returns only the ClientMetricsResource, right? If so, could you please add docs to the protocol file and KIP chia_2:

[jira] [Created] (KAFKA-19083) Fix flaky MetricsDuringTopicCreationDeletionTest. testMetricsDuringTopicCreateDelete(String).quorum=kraft

2025-04-03 Thread Jira
黃竣陽 created KAFKA-19083: --- Summary: Fix flaky MetricsDuringTopicCreationDeletionTest. testMetricsDuringTopicCreateDelete(String).quorum=kraft Key: KAFKA-19083 URL: https://issues.apache.org/jira/browse/KAFKA-19083

Re: [DISCUSS] KIP-1152: Add transactional ID prefix filter to ListTransactions API

2025-04-03 Thread Calvin Liu
Hi Jun Good catch, the typo is corrected. Thanks! On Thu, Apr 3, 2025 at 4:17 PM Jun Rao wrote: > Hi, Calvin, > > Thanks for the KIP. Just a minor comment. > > ListTransactionRequest no longer supports zkBroker. > > Jun > > On Wed, Apr 2, 2025 at 9:43 AM Calvin Liu > wrote: > > > Hi Artem, > >

Re: Kafka support for Java 24+

2025-04-03 Thread Luke Chen
Hi Stig, Thanks for the investigation. I'll take a look. Thanks. Luke On Fri, Apr 4, 2025 at 2:24 AM Stig Rohde Døssing wrote: > The person doing the PR to update the Jenkinsfile should include these > changes, which were in the PR for trunk that updated Github Actions to run > Java 23 > > > h

Re: [DISCUSS] KIP-1152: Add transactional ID prefix filter to ListTransactions API

2025-04-03 Thread Jun Rao
Hi, Calvin, Thanks for the KIP. Just a minor comment. ListTransactionRequest no longer supports zkBroker. Jun On Wed, Apr 2, 2025 at 9:43 AM Calvin Liu wrote: > Hi Artem, > Thanks for the advice. It makes sense to make it only fail when using the > new filter. > Thanks > > On Tue, Apr 1, 2025

Re: KIP-1141: Simplifying MetadataQuorumCommand by Leveraging Admin API for Controller Management

2025-04-03 Thread José Armando García Sancio
Hi Chia, On Thu, Apr 3, 2025 at 10:24 AM Chia-Ping Tsai wrote: > We propose to use `Admin#describeConfigs` to get the configs for specific > controller if the bootstrap.controllers is configured. This approach is > similar to what `MetadataQuorumCommand` does, and the difference is > `Metadata

[jira] [Resolved] (KAFKA-19055) Cleanup the 0.10.x information from clients module

2025-04-03 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-19055. Fix Version/s: 4.1.0 Resolution: Fixed > Cleanup the 0.10.x information from client

[jira] [Resolved] (KAFKA-19003) Add force-terminate feature to kafka-transactions CLI and Admin Client

2025-04-03 Thread Ritika Reddy (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ritika Reddy resolved KAFKA-19003. -- Resolution: Fixed > Add force-terminate feature to kafka-transactions CLI and Admin Client >

[jira] [Created] (KAFKA-19082) Client side changes to enable 2PC

2025-04-03 Thread Ritika Reddy (Jira)
Ritika Reddy created KAFKA-19082: Summary: Client side changes to enable 2PC Key: KAFKA-19082 URL: https://issues.apache.org/jira/browse/KAFKA-19082 Project: Kafka Issue Type: Sub-task

[jira] [Resolved] (KAFKA-18953) Add broker side handling for 2PC without keepPrepared

2025-04-03 Thread Ritika Reddy (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ritika Reddy resolved KAFKA-18953. -- Resolution: Fixed > Add broker side handling for 2PC without keepPrepared > --

Re: Kafka support for Java 24+

2025-04-03 Thread Stig Rohde Døssing
Looking in the build log, I see this Loading trusted files from base branch 3.9 at 90ee2d2b3499b7e1eff99bc63bf66aba9d7ff99c rather than f4cd8d5d664a62b280c0d2ea1bc731069443ba87 Obtained Jenkinsfile from 90ee2d2b3499b7e1eff99bc63bf66aba9d7ff99c ‘Jenkinsfile’ has been modified in an untrusted revisi

Re: [VOTE] KIP-1133: AK Documentation and Website in Markdown

2025-04-03 Thread TaiJu Wu
Thanks for this KIP, +1(non-binding) Best, TaiJuWu On Thu, Apr 3, 2025 at 9:42 PM Kuan Po Tseng wrote: > Hi Harish, > > Thank you for improving the documentation! > > +1 (non-binding) > > Best, > Kuan-Po Tseng > > On 2025/03/27 09:30:12 Andrew Schofield wrote: > > Hi Harish, > > Thanks for thi

Re: [VOTE] KIP-1143: Deprecated Optional and return String from public Endpoint#listenerName

2025-04-03 Thread Kirk True
+1 (non-binding) Thanks! On Thu, Apr 3, 2025, at 9:58 AM, Andrew Schofield wrote: > +1 (binding) > > Thanks, > Andrew > > > From: Chia-Ping Tsai > > Sent: 03 April 2025 15:46 > > To: dev@kafka.apache.org > > Subject: Re: [VOTE] KIP-1143: Deprecated Opti

Re: [VOTE] KIP-1143: Deprecated Optional and return String from public Endpoint#listenerName

2025-04-03 Thread Andrew Schofield
+1 (binding) Thanks, Andrew > From: Chia-Ping Tsai > Sent: 03 April 2025 15:46 > To: dev@kafka.apache.org > Subject: Re: [VOTE] KIP-1143: Deprecated Optional and return String > from public Endpoint#listenerName > > +1 (binding) > > Best, > Chia-Ping > >

[jira] [Resolved] (KAFKA-18667) Add ducktape tests for simultaneous broker + controller failure

2025-04-03 Thread Kevin Wu (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Wu resolved KAFKA-18667. -- Resolution: Fixed > Add ducktape tests for simultaneous broker + controller failure >

Re: [VOTE] KIP-1143: Deprecated Optional and return String from public Endpoint#listenerName

2025-04-03 Thread Chia-Ping Tsai
+1 (binding) Best, Chia-Ping On 2025/04/03 14:41:09 PoAn Yang wrote: > Hi all, > > I would like to start a vote on KIP-1143. Thank you. > > KIP: https://cwiki.apache.org/confluence/x/LwqWF > > Discussion thread: > https://lists.apache.org/thread/1967vwhhy34lcjmcd0lfk6p5k6chj8rq > > Regards,

[jira] [Resolved] (KAFKA-19064) More exception handling for group coordinator events

2025-04-03 Thread David Jacot (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jacot resolved KAFKA-19064. - Fix Version/s: 4.1.0 Resolution: Fixed > More exception handling for group coordinator ev

[VOTE] KIP-1143: Deprecated Optional and return String from public Endpoint#listenerName

2025-04-03 Thread PoAn Yang
Hi all, I would like to start a vote on KIP-1143. Thank you. KIP: https://cwiki.apache.org/confluence/x/LwqWF Discussion thread: https://lists.apache.org/thread/1967vwhhy34lcjmcd0lfk6p5k6chj8rq Regards, PoAn

Re: [VOTE] KIP-1133: AK Documentation and Website in Markdown

2025-04-03 Thread Kuan Po Tseng
Hi Harish, Thank you for improving the documentation! +1 (non-binding) Best, Kuan-Po Tseng On 2025/03/27 09:30:12 Andrew Schofield wrote: > Hi Harish, > Thanks for this great KIP. I’m really looking forward to being able to write > Kafka docs in Markdown instead of HTML. > > +1 (binding) > >

[jira] [Created] (KAFKA-19081) Share session capacity and eviction

2025-04-03 Thread Andrew Schofield (Jira)
Andrew Schofield created KAFKA-19081: Summary: Share session capacity and eviction Key: KAFKA-19081 URL: https://issues.apache.org/jira/browse/KAFKA-19081 Project: Kafka Issue Type: Sub-t

[jira] [Resolved] (KAFKA-19075) Include all share group dynamic configs in extractShareGroupConfigMap method in ShareGroupConfig

2025-04-03 Thread Andrew Schofield (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Schofield resolved KAFKA-19075. -- Fix Version/s: 4.1.0 Resolution: Fixed > Include all share group dynamic config

Re: [DISCUSS] KIP-1138: Clean up TopologyConfig and API for supplying configs needed by the topology

2025-04-03 Thread Sebastien Viale
Thanks, everyone, and thanks, Sophie, for this great summary. Indeed, the KafkaStreams constructor uses a Properties object, so it might be more concise to use it. Even if it is overkill, some existing applications may already use a Properties, while others use a Map. Personally, I think it is re

[jira] [Resolved] (KAFKA-18827) Initialize share group state impl

2025-04-03 Thread Sushant Mahajan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sushant Mahajan resolved KAFKA-18827. - Resolution: Fixed > Initialize share group state impl >

[jira] [Resolved] (KAFKA-18923) resource leak in RSM fetchIndex inputStream

2025-04-03 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen resolved KAFKA-18923. --- Resolution: Fixed > resource leak in RSM fetchIndex inputStream > --