[jira] [Resolved] (KAFKA-16101) KRaft migration rollback documentation is incorrect

2024-01-30 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen resolved KAFKA-16101. --- Resolution: Fixed > KRaft migration rollback documentation is incorrect >

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

2024-01-30 Thread Apache Jenkins Server
See

RE: Kafka consumer group crashing and not able to consume once service is up

2024-01-30 Thread Marigowda, Santhosh Aditya
Thanks Matthias for your response. Sorry, my bad please find the updated Image. ·We have 1 topic and 4 partitions, Each consumer is pointing to the topic. There is no partition assignment specific to the consumer group from our software code. ·Please let me know if you need

Jenkins build is unstable: Kafka » Kafka Branch Builder » trunk #2604

2024-01-30 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-890 Server Side Defense

2024-01-30 Thread Justine Olshan
Hey Jun, I wanted to get back to you about your questions about MV/IBP. Looking at the options, I think it makes the most sense to create a separate feature for transactions and use that to version gate the features we need to version gate (flexible transactional state records and using the new

Re: Broken build

2024-01-30 Thread Justine Olshan
Yeah, it's a bit peculiar because even just the Jenkins button is not enough. There are lines of text within the Jenkins console that have to be clicked. It's a bit strange. But glad to share the word and unblock the build. Justine On Tue, Jan 30, 2024 at 1:31 PM Greg Harris wrote: > Justine,

[jira] [Resolved] (KAFKA-16186) Implement broker metrics for client telemetry usage

2024-01-30 Thread Jun Rao (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jun Rao resolved KAFKA-16186. - Fix Version/s: 3.8.0 Resolution: Fixed merged the PR to trunk > Implement broker metrics for

Build failed in Jenkins: Kafka » Kafka Branch Builder » 3.7 #81

2024-01-30 Thread Apache Jenkins Server
See Changes: -- [...truncated 457038 lines...] [2024-01-30T22:16:00.767Z] [2024-01-30T22:16:00.767Z] Gradle Test Run :core:test > Gradle Test Executor 96 >

Re: Broken build

2024-01-30 Thread Greg Harris
Justine, Thanks for stopping the build! I was using the CloudBees UI to stop the build and it wasn't working, thanks for pointing out that the Jenkins button works. I'll keep that in mind for next time :) Greg On Tue, Jan 30, 2024 at 1:27 PM Justine Olshan wrote: > > Hey Greg, > > I found a

Re: Broken build

2024-01-30 Thread Justine Olshan
Hey Greg, I found a bunch of builds stuck like this last week. You have to click in the console window for force terminate. I forced the termination as I did with the others. Justine On Tue, Jan 30, 2024 at 12:21 PM Greg Harris wrote: > Hey Josep, > > Thanks for finding and fixing this build

Re: Broken build

2024-01-30 Thread Greg Harris
Hey Josep, Thanks for finding and fixing this build breakage! I was wondering why we didn't find out about this via CI, since we do build with 2.12 in Jenkins. It turns out the build has been stuck for the past week, and I've raised an INFRA ticket to see if they can help us.

Re: Kafka consumer group crashing and not able to consume once service is up

2024-01-30 Thread Matthias J. Sax
I am a not sure if I can follow completely. From the figures you show, you have a topic with 4 partitions, and 4 consumer groups. Thus, each consumer group should read all 4 partitions, but the figure indicate that each group would read a single partition only? Can you clarify? Are you using

[jira] [Created] (KAFKA-16211) Inconsistent static config values in CreateTopicsResult and DescribeConfigsResult

2024-01-30 Thread Gantigmaa Selenge (Jira)
Gantigmaa Selenge created KAFKA-16211: - Summary: Inconsistent static config values in CreateTopicsResult and DescribeConfigsResult Key: KAFKA-16211 URL: https://issues.apache.org/jira/browse/KAFKA-16211

[jira] [Resolved] (KAFKA-8606) Provide a method to fetch committed offsets for a collection of TopicPartition

2024-01-30 Thread Andrew Schofield (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Schofield resolved KAFKA-8606. - Fix Version/s: 2.4.0 Resolution: Fixed Method added in AK 2.4. > Provide a

[jira] [Resolved] (KAFKA-10184) Flaky HighAvailabilityTaskAssignorIntegrationTest.shouldScaleOutWithWarmupTasksAndPersistentStores

2024-01-30 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-10184. - Assignee: (was: John Roesler) Resolution: Cannot Reproduce This ticket is

Dynamically update controller configuration

2024-01-30 Thread Nelson B.
Hello everyone, I want to ask how or if is it possible to dynamically update controller( process.roles=controller) configurations in KRaft mode. We are using short-lived certificates for server authentication so we want to be able to dynamically update keystore and truststore. "kafka-configs"

[jira] [Resolved] (KAFKA-16204) Stray file core/00000000000000000001.snapshot created when running core tests

2024-01-30 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-16204. Fix Version/s: 3.8.0 Resolution: Fixed > Stray file

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.7 #80

2024-01-30 Thread Apache Jenkins Server
See

Re: Broken build

2024-01-30 Thread Josep Prat
Hi all, PR has been merged, I recommend rebasing to everyone who created a PR in the last hours. Best! On Tue, Jan 30, 2024 at 12:52 PM Luke Chen wrote: > Thanks for the quick fix, Josep! > > On Tue, Jan 30, 2024 at 7:21 PM Josep Prat > wrote: > > > Hi Kafka Devs! > > I noticed the current

Re: Broken build

2024-01-30 Thread Luke Chen
Thanks for the quick fix, Josep! On Tue, Jan 30, 2024 at 7:21 PM Josep Prat wrote: > Hi Kafka Devs! > I noticed the current trunk build is broken under Scala 2.12 only. > I found the faulty error and sent a PR to fix it: > https://github.com/apache/kafka/pull/15290 > > If someone has the time

Broken build

2024-01-30 Thread Josep Prat
Hi Kafka Devs! I noticed the current trunk build is broken under Scala 2.12 only. I found the faulty error and sent a PR to fix it: https://github.com/apache/kafka/pull/15290 If someone has the time and could review it, it would be great. Thanks! Best!, -- [image: Aiven]

Jenkins build is unstable: Kafka » Kafka Branch Builder » 3.7 #79

2024-01-30 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-16210) Upgrade jose4j to 0.9.4

2024-01-30 Thread Divij Vaidya (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Divij Vaidya resolved KAFKA-16210. -- Resolution: Fixed > Upgrade jose4j to 0.9.4 > --- > >

[jira] [Created] (KAFKA-16210) Upgrade jose4j to 0.9.4

2024-01-30 Thread Divij Vaidya (Jira)
Divij Vaidya created KAFKA-16210: Summary: Upgrade jose4j to 0.9.4 Key: KAFKA-16210 URL: https://issues.apache.org/jira/browse/KAFKA-16210 Project: Kafka Issue Type: Improvement

Re: [VOTE] KIP-910: Update Source offsets for Source Connectors without producing records

2024-01-30 Thread Yash Mayya
Hi Sagar, Thanks for the KIP and apologies for the extremely long delay here! I think we could do with some wordsmithing on the Javadoc for the new `SourceTask::updateOffsets` method but that can be taken care of in the PR. +1 (binding) Thanks, Yash On Wed, Nov 15, 2023 at 11:43 PM Sagar