Re: [DISCUSS] Apache Kafka 3.5.0 release

2023-05-06 Thread David Arthur
I resolved these three: * KAFKA-14840 is merged to trunk and 3.5. I removed the 3.4.1 fix version * KAFKA-14805 is merged to trunk and 3.5 * KAFKA-14918 is merged to trunk and 3.5 KAFKA-14692 (docs issue) is still a not done Looks like KAFKA-14084 is now resolved as well (it's in trunk and 3.5).

[jira] [Resolved] (KAFKA-14805) KRaft Controller shouldn't allow metadata updates before migration starts

2023-05-06 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-14805. -- Resolution: Fixed > KRaft Controller shouldn't allow metadata updates before migration starts

[jira] [Resolved] (KAFKA-14840) Handle KRaft snapshots in dual-write mode

2023-05-06 Thread David Arthur (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Arthur resolved KAFKA-14840. -- Fix Version/s: (was: 3.4.1) Resolution: Fixed > Handle KRaft snapshots in

apply for permission to contribute to Apache Kafka

2023-05-06 Thread Doe John
my Jira ID: johndoe on email zh2725284...@gmail.com Thanks!

Re: Request to contribute to Kafka

2023-05-06 Thread Luke Chen
Hi Doe, I've added you into the contributor group. Thanks. Luke On Sat, May 6, 2023 at 11:36 AM Doe John wrote: > my Jira ID: JohnDoe > > on email zh2725284...@gmail.com > > Thanks! >

CFP for ASF Conference Asia 2023

2023-05-06 Thread Dianjin Wang
Hi there, The first-ever, in-person ASF Conference Asia 2023 will be held in Beijing on August 18-20, 2023. CFP has been opened and will close by Tuesday, Jun 6th, 2022 8:00 AM (Beijing time - UTC+8). Don't hesitate to submit your talks on Apache messaging/streaming and more technologies. You

[jira] [Reopened] (KAFKA-14291) KRaft: ApiVersionsResponse doesn't have finalizedFeatures and finalizedFeatureEpoch in KRaft mode

2023-05-06 Thread Deng Ziming (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deng Ziming reopened KAFKA-14291: - Assignee: Deng Ziming > KRaft: ApiVersionsResponse doesn't have finalizedFeatures and >

Re: Kafka client needs KAFKA-10337 to cover async commit use case

2023-05-06 Thread Philip Nee
Thank you! Will take a look at the PR. On Fri, May 5, 2023 at 11:56 PM Erik van Oosten wrote: > Thanks! > > Here is Tom Lee's PR recreated on trunk: > https://github.com/apache/kafka/pull/13678 > > I believe that this PR might not be complete though. When we only call > commitAsync (repeatedly)

Re: Kafka client needs KAFKA-10337 to cover async commit use case

2023-05-06 Thread Erik van Oosten
Thanks! Here is Tom Lee's PR recreated on trunk: https://github.com/apache/kafka/pull/13678 I believe that this PR might not be complete though. When we only call commitAsync (repeatedly) from the rebalance listener callback method. Will the client's poll method ever be invoked? I suspect