[jira] [Created] (KAFKA-15520) Kafka Streams Stateful Aggregation Rebalancing causing processing to pause on all partitions

2023-09-28 Thread Rohit Bobade (Jira)
Rohit Bobade created KAFKA-15520: Summary: Kafka Streams Stateful Aggregation Rebalancing causing processing to pause on all partitions Key: KAFKA-15520 URL: https://issues.apache.org/jira/browse/KAFKA-15520

[jira] [Created] (KAFKA-15519) Add StarRocks to ecosystem page

2023-09-28 Thread Albert Wong (Jira)
Albert Wong created KAFKA-15519: --- Summary: Add StarRocks to ecosystem page Key: KAFKA-15519 URL: https://issues.apache.org/jira/browse/KAFKA-15519 Project: Kafka Issue Type: Task

Re: [DISCUSS] KIP-971 Expose replication-offset-lag MirrorMaker2 metric

2023-09-28 Thread Elxan Eminov
Hi Viktor, When you say "I don't see the config you introduced on the KIP" - do you mean that the potential config key name is not specified? Or are there any other specific details I need to add? If so, could you please link an example KIP that I can reference? Thanks alot! On Wed, 27 Sept 2023

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

2023-09-28 Thread Apache Jenkins Server
See

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

2023-09-28 Thread Apache Jenkins Server
See Changes: -- [...truncated 314606 lines...] Gradle Test Run :streams:test > Gradle Test Executor 82 > StateQueryResultTest > More than one query result throws

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.6 #73

2023-09-28 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-15230) ApiVersions data between controllers is not reliable

2023-09-28 Thread Colin McCabe (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin McCabe resolved KAFKA-15230. -- Fix Version/s: 3.7.0 Resolution: Fixed > ApiVersions data between controllers is not

Re: Re: [DISCUSS] KIP-951: Leader discovery optimisations for the client

2023-09-28 Thread David Jacot
Hi Mayank, Thanks again for the KIP and thanks for adding the new analysis. Overall, I am fine with it. I have a few minor comments. 01. If I understand correctly, the client will still request a metadata update even when it gets the new leader if the produce response or the fetch response. Is

[jira] [Created] (KAFKA-15518) The generator should ensure that versions of all the fields are within the valid versions

2023-09-28 Thread David Jacot (Jira)
David Jacot created KAFKA-15518: --- Summary: The generator should ensure that versions of all the fields are within the valid versions Key: KAFKA-15518 URL: https://issues.apache.org/jira/browse/KAFKA-15518

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.6 #72

2023-09-28 Thread Apache Jenkins Server
See

Re: Apache Kafka 3.6.0 release

2023-09-28 Thread Satish Duggana
We do not have any pending release blockers for now. RC1 release blocker KAFKA-15498[1] is merged to 3.6. I will create RC2 by 29th Sep 12:00 pm PT and start a new RC thread. 1. https://github.com/apache/kafka/pull/14434 Thanks, Satish. On Wed, 27 Sept 2023 at 13:36, Divij Vaidya wrote: > >

[jira] [Resolved] (KAFKA-15510) Follower's lastFetchedEpoch wrongly set when fetch response has no record

2023-09-28 Thread Rajini Sivaram (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-15510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajini Sivaram resolved KAFKA-15510. Fix Version/s: 3.7.0 Resolution: Fixed > Follower's lastFetchedEpoch wrongly set

[jira] [Created] (KAFKA-15517) Improve MirrorMaker logging in case of authorization errors

2023-09-28 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-15517: -- Summary: Improve MirrorMaker logging in case of authorization errors Key: KAFKA-15517 URL: https://issues.apache.org/jira/browse/KAFKA-15517 Project: Kafka

Re: [DISCUSS] KIP-967: Support custom SSL configuration for Kafka Connect RestServer

2023-09-28 Thread Ashwin
Hi Taras, Thanks for the KIP and the PR (which helped me understand the change). This is a useful feature, change is small and reuses existing functionality in clients/../SslFactory.java - so hopefully, this KIP will get accepted. I could not understand one thing though - In