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

2025-03-16 Thread Apache Jenkins Server
See

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

2025-03-16 Thread Ismael Juma
Hi, We cannot make incompatible changes to public classes outside of major releases. The evolving annotation was left by mistake given that these classes have been there for a long time by now. The general way to handle this is to have a new non deprecated method, deprecate the old one. And then

[jira] [Created] (KAFKA-18999) Remove BrokerMetadata

2025-03-16 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-18999: -- Summary: Remove BrokerMetadata Key: KAFKA-18999 URL: https://issues.apache.org/jira/browse/KAFKA-18999 Project: Kafka Issue Type: Improvement

[jira] [Resolved] (KAFKA-18990) Optimize BaseQuotaTest#produceUntilThrottled to avoid redundant MetricName creation

2025-03-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-18990. Fix Version/s: 4.1.0 Resolution: Fixed > Optimize BaseQuotaTest#produceUntilThrottl

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

2025-03-16 Thread PoAn Yang
Hi all, I would like to start a discussion thread on KIP-1143. This KIP removes redundant org.apache.kafka.network.EndPoint and replaces it with org.apache.kafka.common.Endpoint. Also, it changes output of Endpoint#listenerName from Optional to String. Please take a look and feel free to share

Re: 回复: [DISCUSS] KIP-1134: Virtual Clusters in Kafka

2025-03-16 Thread Stanislav Kozlovski
This is a super cool proposal. Thank you for it! 1) The KIP mentions VCs are allowed ALTER_CONFIG, but doesn't mention what configs will be allowed to get modified and what not. There are a few broker-level configs that shouldn't be modifiable by any single VC imo - https://github.com/apache/ka

Re: [VOTE] 4.0.0 RC4

2025-03-16 Thread Luke Chen
Hi David, The system tests link works for me now. Thanks. The failed tests are the same as RC3, so it looks good to me. Thanks. Luke On Sat, Mar 15, 2025 at 10:48 PM 黃竣陽 wrote: > Hello David, > > I've completed the following tests on my local machine: > > - Built from source using JDK 21 & JDK

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

2025-03-16 Thread PoAn Yang
Hi Andrew, Thanks for the review. AS1: The kafka-client-metrics.sh —describe —name for a non-existent client-metric shows default configuration. The behavior is inconsistent with kafka-configs.sh in this KIP. I add this case to proposed changes as well. Thanks. AS2: Thanks for the great sugges