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

2024-07-13 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-17110) Enable valid test case in KafkaConsumerTest for AsyncKafkaConsumer

2024-07-13 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-17110. Fix Version/s: 3.9.0 Resolution: Fixed > Enable valid test case in KafkaConsumerTes

[jira] [Resolved] (KAFKA-17106) Enable KafkaConsumerTest#testFetchProgressWithMissingPartitionPosition for AsyncConsumer

2024-07-13 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-17106. Fix Version/s: 3.9.0 Resolution: Fixed > Enable KafkaConsumerTest#testFetchProgress

Re: Proposal to Include Record Headers in ProducerInterceptor onAcknowledgement Method

2024-07-13 Thread Rich C.
Hi Matthias, Thank you for the positive feedback. I am new to Kafka contributions and have just requested a Confluence account for creating the KIP. I am currently waiting for the account creation. I noticed that KIP-512

Re: Proposal to Include Record Headers in ProducerInterceptor onAcknowledgement Method

2024-07-13 Thread Matthias J. Sax
Hi Rich, thanks for reaching out. I don't see any reason to object to this proposal. The best way forward would be to write a KIP and collect feedback from there. -Matthias On 7/12/24 9:14 PM, Rich C. wrote: Dear Kafka Development Community, I propose enhancing the Kafka ProducerIntercept

Re: [VOTE] 3.8.0 RC0

2024-07-13 Thread Josep Prat
Thanks for reviewing the RC Jakub, If you can open a PR with this fix pointing to the 3.8 branch I could cut another RC. Best! -- Josep Prat Open Source Engineering Director, Aiven josep.p...@aiven.io | +491715557497 | aiven.io Aiven Deutschland GmbH Alexanderufer 3-7, 10117

Re: [VOTE] 3.8.0 RC0

2024-07-13 Thread Jakub Scholz
Hi Josep, Thanks for the RC. I gave it a quick try and ran into issues with an application using the Kafka Admin API that looks like this issue: https://issues.apache.org/jira/browse/KAFKA-16905 ... given that this breaks what was working fine with Kafka 3.7, can the fix be backported to 3.8.0 as

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

2024-07-13 Thread Apache Jenkins Server
See Changes: -- [...truncated 545012 lines...] [2024-07-13T13:09:07.052Z] Gradle Test Run :core:test > Gradle Test Executor 98 > ZkAclMigrationClientTest > testAclsMigrate

Re: [DISCUSS] KIP-655: Add deduplication processor in kafka-streams

2024-07-13 Thread Ayoub Omari
Hi Bill, Thanks for your comments ! I am prefixing your points with B. B1. That's a good catch. I think punctuated records aren't concerned by this problem of reprocessing because they are not issued twice. We will still need to make a difference between a punctuated and a source record. The log