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

2023-08-23 Thread Apache Jenkins Server
See Changes: -- [...truncated 305229 lines...] Gradle Test Run :streams:test > Gradle Test Executor 84 > TasksTest > shouldAddAndRemovePendingTaskToCloseClean() STARTED

[jira] [Created] (KAFKA-15400) Fix flaky RemoteIndexCache test

2023-08-23 Thread Kamal Chandraprakash (Jira)
Kamal Chandraprakash created KAFKA-15400: Summary: Fix flaky RemoteIndexCache test Key: KAFKA-15400 URL: https://issues.apache.org/jira/browse/KAFKA-15400 Project: Kafka Issue Type:

[jira] [Created] (KAFKA-15399) Enable OffloadAndConsumeFromLeader test

2023-08-23 Thread Kamal Chandraprakash (Jira)
Kamal Chandraprakash created KAFKA-15399: Summary: Enable OffloadAndConsumeFromLeader test Key: KAFKA-15399 URL: https://issues.apache.org/jira/browse/KAFKA-15399 Project: Kafka

[jira] [Resolved] (KAFKA-14780) Make RefreshingHttpsJwksTest#testSecondaryRefreshAfterElapsedDelay deterministic

2023-08-23 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen resolved KAFKA-14780. --- Fix Version/s: 3.6.0 Resolution: Fixed > Make

Re: [DISCUSS] KIP-939: Support Participation in 2PC

2023-08-23 Thread Roger Hoover
Thanks. I like that you're moving Kafka toward supporting this dual-write pattern. Each use case needs to consider the tradeoffs. You already summarized the pros very well in the KIP. I would summarize the cons as follows: - you sacrifice availability - each write requires both DB and Kafka

Re: [DISCUSS] KIP-939: Support Participation in 2PC

2023-08-23 Thread Artem Livshits
Hi Roger, Thank you for the feedback. You make a very good point that we also discussed internally. Adding support for multiple concurrent transactions in one producer could be valuable but it seems to be a fairly large and independent change that would deserve a separate KIP. If such support

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

2023-08-23 Thread Greg Harris
Hey Jack, The design of this KIP is also consistent with the way header support was added to Connect: https://cwiki.apache.org/confluence/display/KAFKA/KIP-440%3A+Extend+Connect+Converter+to+support+headers I think making argument for precedent here is reasonable. Hi Ismael, Can you expand what

[jira] [Created] (KAFKA-15398) Document Connect threat model

2023-08-23 Thread Greg Harris (Jira)
Greg Harris created KAFKA-15398: --- Summary: Document Connect threat model Key: KAFKA-15398 URL: https://issues.apache.org/jira/browse/KAFKA-15398 Project: Kafka Issue Type: Task

Re: [DISCUSS] KIP-970: Deprecate and remove Connect's redundant task configurations endpoint

2023-08-23 Thread Sagar
Thanks Yash. LGTM Thanks! Sagar. On Tue, Aug 22, 2023 at 6:04 PM Chris Egerton wrote: > Hi Yash, > > Thanks for driving this, and for putting out a well-written KIP. LGTM! > > Cheers, > > Chris > > On Tue, Aug 22, 2023 at 6:13 AM Yash Mayya wrote: > > > Hi all, > > > > I'd like to start a

[jira] [Created] (KAFKA-15397) Deserializing produce requests may cause memory leaks when exceptions occur

2023-08-23 Thread hudeqi (Jira)
hudeqi created KAFKA-15397: -- Summary: Deserializing produce requests may cause memory leaks when exceptions occur Key: KAFKA-15397 URL: https://issues.apache.org/jira/browse/KAFKA-15397 Project: Kafka

[jira] [Created] (KAFKA-15396) Add a metric indicating the version of the current running kafka server

2023-08-23 Thread hudeqi (Jira)
hudeqi created KAFKA-15396: -- Summary: Add a metric indicating the version of the current running kafka server Key: KAFKA-15396 URL: https://issues.apache.org/jira/browse/KAFKA-15396 Project: Kafka

RE: [DISCUSS] KIP-939: Support Participation in 2PC

2023-08-23 Thread guy
Hi, Nice idea, but you could maximise compatibility if you adhere to XA standard APIs rather than Kafka internal APIs. We at Atomikos offer 2PC coordination and recovery and we are happy to help you design this, it's a service we usually offer for free to backend vendors / systems. Let me

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

2023-08-23 Thread Apache Jenkins Server
See Changes: -- [...truncated 305483 lines...] Gradle Test Run :streams:test > Gradle Test Executor 85 > TasksTest >

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

2023-08-23 Thread Apache Jenkins Server
See Changes: -- [...truncated 327304 lines...] Gradle Test Run :streams:test > Gradle Test Executor 84 > TasksTest >

[jira] [Created] (KAFKA-15395) what's the default password for all the super user created in server.properties

2023-08-23 Thread acharbha (Jira)
acharbha created KAFKA-15395: Summary: what's the default password for all the super user created in server.properties Key: KAFKA-15395 URL: https://issues.apache.org/jira/browse/KAFKA-15395 Project:

[jira] [Created] (KAFKA-15394) Issue with Kafka ACLs: Unexpected Permissions for User

2023-08-23 Thread acharbha (Jira)
acharbha created KAFKA-15394: Summary: Issue with Kafka ACLs: Unexpected Permissions for User Key: KAFKA-15394 URL: https://issues.apache.org/jira/browse/KAFKA-15394 Project: Kafka Issue Type:

Re: [REVIEW REQUEST] Move ReassignPartitionsCommandArgsTest to java

2023-08-23 Thread Luke Chen
Hi, Sorry that we're mostly working on features for v3.6.0, which is expected to be released in the following weeks. I'll review your PR after releasing. (Please ping me then if I forget it!) Also, it'd be good if the devs in the community can help on PR review when available. That'll help a

Re: Requesting permissions to contribute to Apache Kafka

2023-08-23 Thread Luke Chen
Hi Animesh, Your accounts are all set. Thanks. Luke On Tue, Aug 22, 2023 at 9:25 PM Animesh Kumar wrote: > Hi Team, > Please provide access to contribute to Apache Kafka > JIRA id -- akanimesh7 > Wiki Id -- akanimesh7 > -- > Animesh Kumar > 8120004556 >

Issue with Kafka ACLs: Unexpected Permissions for User

2023-08-23 Thread Bharath Achar
Hello Community, I'm facing an unexpected situation while working with Kafka ACLs. Despite having provided only read access permissions to the user "rbactest22sep," I've noticed that this user is still able to add ACLs for Kafka topics. Here are the details: User: rbactest22sep Current