Re: [DISCUSS] KIP-1032: Upgrade to Jakarta and JavaEE 9 in Kafka 4.0

2024-03-29 Thread Greg Harris
Hey all, I looked into how Debezium handled the javax->jakarta changeover for Quarkus, and found this release note: https://debezium.io/blog/2023/04/20/debezium-2-2-final-released/#new-quarkus-3 It appears that Debezium 2.1 required Quarkus < 3.0, and Debezium 2.2 required Quarkus >= 3.0. The

Re: [DISCUSS] KIP-1032: Upgrade to Jakarta and JavaEE 9 in Kafka 4.0

2024-03-29 Thread Greg Harris
Hi Chris, Thank you so much for opening this KIP, and making sure Kafka keeps up with the rest of the Java ecosystem! I took a look around at some Open Source connector implementations, and checked their Java version support: * The Aiven connect plugins (http, bigquery, jdbc, elasticsearch,

[jira] [Resolved] (KAFKA-16451) testDeltaFollower tests failing in ReplicaManager

2024-03-29 Thread Justine Olshan (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justine Olshan resolved KAFKA-16451. Resolution: Duplicate > testDeltaFollower tests failing in ReplicaManager >

[jira] [Created] (KAFKA-16451) testDeltaFollower tests failing in ReplicaManager

2024-03-29 Thread Justine Olshan (Jira)
Justine Olshan created KAFKA-16451: -- Summary: testDeltaFollower tests failing in ReplicaManager Key: KAFKA-16451 URL: https://issues.apache.org/jira/browse/KAFKA-16451 Project: Kafka Issue

[jira] [Created] (KAFKA-16450) Add thread-safe alternative to Exit

2024-03-29 Thread Greg Harris (Jira)
Greg Harris created KAFKA-16450: --- Summary: Add thread-safe alternative to Exit Key: KAFKA-16450 URL: https://issues.apache.org/jira/browse/KAFKA-16450 Project: Kafka Issue Type: Task

[jira] [Created] (KAFKA-16449) Kafka Docker run foce formatting with Zookeeper connect setup and block kafka running

2024-03-29 Thread Yusu Gao (Jira)
Yusu Gao created KAFKA-16449: Summary: Kafka Docker run foce formatting with Zookeeper connect setup and block kafka running Key: KAFKA-16449 URL: https://issues.apache.org/jira/browse/KAFKA-16449

Re: [VOTE] KIP-853: KRaft Controller Membership Changes

2024-03-29 Thread Jun Rao
Hi, Jose, Thanks for the KIP. +1 Jun On Fri, Mar 29, 2024 at 9:55 AM José Armando García Sancio wrote: > Hi all, > > I would like to call a vote to adopt KIP-853. > > KIP: https://cwiki.apache.org/confluence/x/nyH1D > Discussion thread: >

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

2024-03-29 Thread Apache Jenkins Server
See

[VOTE] KIP-853: KRaft Controller Membership Changes

2024-03-29 Thread José Armando García Sancio
Hi all, I would like to call a vote to adopt KIP-853. KIP: https://cwiki.apache.org/confluence/x/nyH1D Discussion thread: https://lists.apache.org/thread/6o3sjvcb8dx1ozqfpltb7p0w76b4nd46 Thanks, -- -José

[jira] [Created] (KAFKA-16448) Add Kafka Streams exception handler for exceptions occuring during processing (KIP-1033)

2024-03-29 Thread Damien Gasparina (Jira)
Damien Gasparina created KAFKA-16448: Summary: Add Kafka Streams exception handler for exceptions occuring during processing (KIP-1033) Key: KAFKA-16448 URL: https://issues.apache.org/jira/browse/KAFKA-16448

[DISCUSS] KIP-1033: Add Kafka Streams exception handler for exceptions occuring during processing

2024-03-29 Thread Damien Gasparina
Hi everyone, After writing quite a few Kafka Streams applications, me and my colleagues just created KIP-1033 to introduce a new Exception Handler in Kafka Streams to simplify error handling. This feature would allow defining an exception handler to automatically catch exceptions occurring during

[jira] [Resolved] (KAFKA-16397) Use ByteBufferOutputStream to avoid array copy

2024-03-29 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-16397. Fix Version/s: 3.8.0 Resolution: Fixed > Use ByteBufferOutputStream to avoid array

Re: [VOTE] 3.6.2 RC2

2024-03-29 Thread Manikumar
Hi All, System test runs are green. There were 13 test failures in the first run. All the failed tests passed in the second run. System test results: https://gist.github.com/omkreddy/17d23d3eb36ef840011f2494d65bbd4f Thanks, On Thu, Mar 28, 2024 at 3:21 PM Manikumar wrote: > Hello Kafka

[jira] [Created] (KAFKA-16447) Fix flaky ReplicaManagerTest

2024-03-29 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-16447: -- Summary: Fix flaky ReplicaManagerTest Key: KAFKA-16447 URL: https://issues.apache.org/jira/browse/KAFKA-16447 Project: Kafka Issue Type: Bug

Re: [DISCUSS] KIP-950: Tiered Storage Disablement

2024-03-29 Thread Christo Lolov
Heya everyone! re: Doguscan I believe the answer to 101 needs a bit more discussion. As far as I know, tiered storage today has methods to update a metadata of a segment to say "hey, I would like this deleted", but actual deletion is left to plugin implementations (or any background cleaners).

Re: [DISCUSS] KIP-1023: Follower fetch from tiered offset

2024-03-29 Thread Christo Lolov
Heya! First of all, thank you very much for the proposal, you have explained the problem you want solved very well - I think a faster bootstrap of an empty replica is definitely an improvement! For my understanding, which concrete offset do you want the leader to give back to a follower -