Re: [DISCUSS] KIP-1087: Removing intermediateTopicsOption from StreamsResetter

2024-09-02 Thread Lucas Brutschy
Hi Arnav, thanks for the KIP! I agree with it, I don't have any comments. I think it could be an option to open the vote immediately, since it's not going to be a controversial change. Cheers Lucas On Sun, Sep 1, 2024 at 10:19 PM Arnav Dadarya wrote: > > Hi all, > > I would like to start a di

Re: [VOTE] KIP-1042: Support for wildcard when creating new acls

2024-09-02 Thread Claude Warren, Jr
Colin, I would like to leave the framework that is in KAFKA-17316 as it makes testing the new implementations easier. But let's discuss that elsewhere (I will start another discussion for 17316 and 17423 together). PatternType.GLOB makes sense, I will adjust the KIP to use that terminology. I u

[DISCUSS] KAFKA-17316 and KAFKA-17423

2024-09-02 Thread Claude Warren, Jr
I have been working on implementing a Trie structure to store ACLs and improve the performance in the metadata/authorization code. The upshot of this was that I found it very difficult to determine if the implementation was correctly reimplementing the current implementation. My goal was to simpl

[jira] [Resolved] (KAFKA-17442) Implement persister error handling and make write calls async

2024-09-02 Thread Apoorv Mittal (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Mittal resolved KAFKA-17442. --- Resolution: Fixed > Implement persister error handling and make write calls async >

Re: [DISCUSS] KIP-1071: Streams Rebalance Protocol

2024-09-02 Thread Bruno Cadonna
Hi all, For your info, I updated the StreamsGroupInitialize request with the following changes: 1. I added the topology ID to the request so that the group coordinator knows for which topology it got the initialization. 2. I renamed field "Subtopology" to "SubtopologyId" since the field is

Re: [DISCUSS] KIP-1071: Streams Rebalance Protocol

2024-09-02 Thread Bruno Cadonna
Hi all, For your info, I updated the StreamsGroupInitialize request with the following changes: 1. I added the topology ID to the request so that the group coordinator knows for which topology it got the initialization. 2. I renamed field "Subtopology" to "SubtopologyId" since the field is

[DISCUSS] KIP-1042: Support for GLOBs when creating new acls

2024-09-02 Thread Claude Warren, Jr
After some discussion about the earlier KIP-1042 we have rewritten it to focus on the implementation of a GLOB pattern type. Please review and comment. We have removed all discussion of the Trie implementation and focus on what is required for the GLOB implementation. The KIP does assume that th

[jira] [Created] (KAFKA-17465) Make getMembersFromGroup be non-blocking

2024-09-02 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-17465: -- Summary: Make getMembersFromGroup be non-blocking Key: KAFKA-17465 URL: https://issues.apache.org/jira/browse/KAFKA-17465 Project: Kafka Issue Type: Impr

[jira] [Resolved] (KAFKA-8499) Ducker missing java commands in path for ducker user on openjdk docker images

2024-09-02 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-8499. --- Fix Version/s: 2.4.0 Assignee: Lucas Bradstreet Resolution: Fixed > Ducker mi

[jira] [Resolved] (KAFKA-9857) Failed to build image ducker-ak-openjdk-8 on arm

2024-09-02 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-9857. --- Resolution: Duplicate duplicate to KAFKA-10759 > Failed to build image ducker-ak-openjdk-8 o

Change the base image of e2e from openjdk to eclipse-temurin

2024-09-02 Thread Chia-Ping Tsai
hi Kafka developers, the last update of openjdk:8 image is 2 years ago. IMHO, it is too stale to be the base image of e2e. It may lacks of some important backport. For example, we observe memory usage issue in the containers (KAFKA-17343) and the root cause could be the stale JDK. For another, th

Re: New release branch 3.9

2024-09-02 Thread Luke Chen
Hi Colin, I've made KAFKA-17412 ( PR ) as v3.9.0 blocker for documenting the unclean leader election behavior change in KRaft mode. This is just a document change, so I think it should be fine. Let me

[jira] [Resolved] (KAFKA-17450) Optimise the handler methods in ShareConsumeRequestManager.

2024-09-02 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-17450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-17450. Fix Version/s: 4.0.0 Resolution: Fixed > Optimise the handler methods in ShareConsu

[jira] [Created] (KAFKA-17466) Revisit failAndRemoveExpiredCommitRequests method

2024-09-02 Thread TengYao Chi (Jira)
TengYao Chi created KAFKA-17466: --- Summary: Revisit failAndRemoveExpiredCommitRequests method Key: KAFKA-17466 URL: https://issues.apache.org/jira/browse/KAFKA-17466 Project: Kafka Issue Type: I