Re: [DISCUSS] KIP-1161: cleanup.policy shouldn't be empty

2025-07-11 Thread 黃竣陽
Hi Chia, Jun Thanks for the reply, I have updated the table in the KIP. Best Regards, Jiunn-Yang > Chia-Ping Tsai 於 2025年7月11日 清晨7:38 寫道: > > Hi, Jun > > Thanks for the reply. > > I think the following configs could use null as the default value and treat > an "empty list" as an illegal valu

Re: [DISCUSS] KIP-1190: Add a metric for controller thread idleness

2025-07-11 Thread Kevin Wu
Hi Mahsa and Jonah, Since we're adding this new metric to a metrics group that is still using Yammer, ideally I think we want to use RatioGauge to give us the sampling functionality we need. It's possible that we can get similar functionality from Histogram, which I know other Yammer metrics in Ka

[jira] [Created] (KAFKA-19497) Topic replay code does not handle creation and deletion properly if it occurs in the same batch

2025-07-11 Thread Kevin Wu (Jira)
Kevin Wu created KAFKA-19497: Summary: Topic replay code does not handle creation and deletion properly if it occurs in the same batch Key: KAFKA-19497 URL: https://issues.apache.org/jira/browse/KAFKA-19497

[jira] [Resolved] (KAFKA-18681) GetReplicaLogInfo request

2025-07-11 Thread Jonah Hooper (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-18681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonah Hooper resolved KAFKA-18681. -- Resolution: Implemented > GetReplicaLogInfo request > - > >

Re: [VOTE] KIP-932: Queues for Kafka

2025-07-11 Thread Jun Rao
Hi, Andrew, Thanks for the updates. Looks reasonable to me. I don't see ShareConsumer.acknowledge(String, int, long, AcknowledgeType) in the KIP or the code. There are only the following two. void acknowledge(ConsumerRecord record); void acknowledge(ConsumerRecord record, AcknowledgeType

[VOTE] 4.1.0 RC0

2025-07-11 Thread Mickael Maison
Hello Kafka users, developers and client-developers, This is the first candidate for release of Apache Kafka 4.1.0. The release brings many new features and improvements: - Mechanism for plugin to register metrics - Allow running multiple versions of connector plugins - Queue are now in preview a

[PR] MINOR: Add 4.1 docs [kafka-site]

2025-07-11 Thread via GitHub
mimaison opened a new pull request, #702: URL: https://github.com/apache/kafka-site/pull/702 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-

Build failed in Jenkins: Kafka » Kafka Branch Builder » 3.9 #211

2025-07-11 Thread Apache Jenkins Server
See Changes: -- [...truncated 549770 lines...] [2025-07-11T13:08:37.616Z] Gradle Test Run :core:test > Gradle Test Executor 54 > ZkMigrationClientTest > testUpdateExistingPar

[jira] [Created] (KAFKA-19496) Failing test: DescribeStreamsGroupTest.testDescribeMultipleStreamsGroupWithMembersAndVerboseOptions()

2025-07-11 Thread Apoorv Mittal (Jira)
Apoorv Mittal created KAFKA-19496: - Summary: Failing test: DescribeStreamsGroupTest.testDescribeMultipleStreamsGroupWithMembersAndVerboseOptions() Key: KAFKA-19496 URL: https://issues.apache.org/jira/browse/KAFKA-

Re: [VOTE] KIP-932: Queues for Kafka

2025-07-11 Thread Andrew Schofield
Hi, As we've written the code for KIP-932, we've made some small changes to the KIP to correct mistakes, align with other accepted KIPs and fix some omissions picked up during PR reviews. We also have experience of people writing applications against the ShareConsumer interface and have corrected

[jira] [Resolved] (KAFKA-19494) Undeprecate JoinGroup V0 & V1 in 3.x

2025-07-11 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-19494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-19494. - Resolution: Fixed > Undeprecate JoinGroup V0 & V1 in 3.x >