Re: [DISCUSS] KIP-953: partition method to be overloaded to accept headers as well.

2023-08-03 Thread Jack Tomy
All right, Thanks Andrew. Hey everyone, Please share your thoughts and feedback on the KIP : https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=263424937 On Fri, Aug 4, 2023 at 2:50 AM Andrew Schofield < andrew_schofield_j...@outlook.com> wrote: > Hi Jack, > I do understand the

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

2023-08-03 Thread Apache Jenkins Server
See Changes: -- [...truncated 395922 lines...] Gradle Test Run :streams:integrationTest > Gradle Test Executor 180 > RestoreIntegrationTest >

Re: Apache Kafka 3.6.0 release

2023-08-03 Thread Satish Duggana
Hi Chris, Thanks for the update. This looks to be a minor change and is also useful for backward compatibility. I added it to the release plan as an exceptional case. ~Satish. On Thu, 3 Aug 2023 at 21:34, Chris Egerton wrote: > > Hi Satish, > > Would it be possible to include KIP-949 ( >

[jira] [Resolved] (KAFKA-15106) AbstractStickyAssignor may stuck in 3.5

2023-08-03 Thread li xiangyuan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] li xiangyuan resolved KAFKA-15106. -- Resolution: Fixed > AbstractStickyAssignor may stuck in 3.5 >

Re: [VOTE] KIP-759: Unneeded repartition canceling

2023-08-03 Thread Shay Lin
Hi all, Thanks to everyone who participated in the vote and the discussion. I'll close this since it has been open for over 72 hours and we have a sufficient number of votes. KIP-793 has been accepted with the following +1 votes (binding): Matthias, Walker, Bill, Bruno, Sophie. I'll start

Re: [DISCUSS] KIP-953: partition method to be overloaded to accept headers as well.

2023-08-03 Thread Andrew Schofield
Hi Jack, I do understand the idea of extending the Partitioner interface so that people are now able to use headers in the partitioning decision, and I see that it’s filling in gap in the interface which was left when headers were originally added. Experience with non-default partitioning schemes

[jira] [Created] (KAFKA-15302) Stale value returned when using store.all() in punctuation function.

2023-08-03 Thread Jinyong Choi (Jira)
Jinyong Choi created KAFKA-15302: Summary: Stale value returned when using store.all() in punctuation function. Key: KAFKA-15302 URL: https://issues.apache.org/jira/browse/KAFKA-15302 Project: Kafka

Re: Apache Kafka 3.6.0 release

2023-08-03 Thread Chris Egerton
Hi Satish, Would it be possible to include KIP-949 ( https://cwiki.apache.org/confluence/display/KAFKA/KIP-949%3A+Add+flag+to+enable+the+usage+of+topic+separator+in+MM2+DefaultReplicationPolicy) in the 3.6.0 release? It passed voting yesterday, and is a very small, low-risk change that we'd like

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #2065

2023-08-03 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-953: partition method to be overloaded to accept headers as well.

2023-08-03 Thread Jack Tomy
Hey Andrew, Sagar Please share your thoughts. Thanks. On Mon, Jul 31, 2023 at 5:58 PM Jack Tomy wrote: > Hey Andrew, Sagar > > Thanks. I'm travelling so sorry for being brief and getting back late. > > 1. For the first concern, that is moving in a direction of server side > partitioner, the

Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #2064

2023-08-03 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-15301) [Tiered Storage] Historically compacted topics send request to remote for acive segment

2023-08-03 Thread Mital Awachat (Jira)
Mital Awachat created KAFKA-15301: - Summary: [Tiered Storage] Historically compacted topics send request to remote for acive segment Key: KAFKA-15301 URL: https://issues.apache.org/jira/browse/KAFKA-15301

[jira] [Resolved] (KAFKA-15274) support moving files to be deleted to other directories

2023-08-03 Thread jianbin.chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jianbin.chen resolved KAFKA-15274. -- Resolution: Duplicate > support moving files to be deleted to other directories >

Re: [VOTE] KIP-944 Support async runtimes in consumer, votes needed!

2023-08-03 Thread Erik van Oosten
Hi Philip, Colin, Chris, Matthias, Kirk, David, Xiangyuan LI, KIP-944 was extended a bit more to explain why effect systems like Zio and Cats-effects make it impossible to run code on a specific thread. I understand that using an effect system is pretty far removed from writing Java in

Re: [DISCUSS] KIP-942: Add Power(ppc64le) support

2023-08-03 Thread Divij Vaidya
Hey Vaibhav 1. KIP says "Enable CI for power architecture and run tests with Java 8, 11 and 17 and Scala 2.13". Do different versions of JVM work differently for power architecture? Would it be sufficient if we just run it with the latest supported JDK (20) + latest supported scala (2.13) ? 2.

Re: Request permission to contribute

2023-08-03 Thread Luke Chen
Hi Adrian, Your account is all set. Thanks. Luke On Thu, Aug 3, 2023 at 4:25 PM Adrian Preston wrote: > Hello, > Please could my JIRA account (prestona) be given the permissions required > to contribute to Kafka? > Thanks, > Adrian > > Unless otherwise stated above: > > IBM United Kingdom

Request permission to contribute

2023-08-03 Thread Adrian Preston
Hello, Please could my JIRA account (prestona) be given the permissions required to contribute to Kafka? Thanks, Adrian Unless otherwise stated above: IBM United Kingdom Limited Registered in England and Wales with number 741598 Registered office: PO Box 41, North Harbour, Portsmouth, Hants.

[DISCUSS] KIP-942: Add Power(ppc64le) support

2023-08-03 Thread Vaibhav Nazare
Hi Divij Thanks for the response. Agree with you, also I have updated the KIP accordingly.