[VOTE] KIP-786: Emit Metric Client Quota Values

2021-11-02 Thread Mason Legere
Hey all, I would like to start a vote for KIP-786 which proposes optionally emitting client quota values. Mason

Re: [DISCUSS] KIP-788: Allow configuring num.network.threads per listener

2021-11-02 Thread Mason Legere
Cool, great idea. Mason On Tue, Oct 26, 2021 at 10:35 AM Israel Ekpo wrote: > Mickael, > > It will great to specify if the listener name is case sensitive (ie do you > need to use upper case in the config) > > Your examples should reference actual listener names and the case (upper or > lower)

Re: Allowing both IPv4 and IPv6 connections on the same port

2021-11-02 Thread Matthew de Detrich
Hi Colin, Would you be able to describe how the change would affect public interfaces? As far as I understand this would have only required loosening the current validation within Kafka which shouldn't create any public facing breaking changes, or maybe I am missing something. On Mon, Nov 1,

Re: Wiki permission request

2021-11-02 Thread Jun Rao
Hi, Artem, Thanks for your interest. Just give you the permission to both. Jun On Tue, Nov 2, 2021 at 11:49 AM Artem Livshits wrote: > Hello, > > I'd like to be added to the contributors list, so that I can submit a KIP. > > My Jira ID is: alivshits > Wiki ID: alivshits > > Thanks, > -Artem >

Re: Wiki Permissions

2021-11-02 Thread Jun Rao
Hi, Hector, Thanks for your interest. Just give you the permission to both. Jun On Tue, Nov 2, 2021 at 11:28 AM Hector Geraldino (BLOOMBERG/ 919 3RD A) < hgerald...@bloomberg.net> wrote: > Hello, > > I'd like to be added to the contributors list, so I can submit a KIP. > > My Jira ID is:

Wiki permission request

2021-11-02 Thread Artem Livshits
Hello, I'd like to be added to the contributors list, so that I can submit a KIP. My Jira ID is: alivshits Wiki ID: alivshits Thanks, -Artem

Wiki Permissions

2021-11-02 Thread Hector Geraldino (BLOOMBERG/ 919 3RD A)
Hello, I'd like to be added to the contributors list, so I can submit a KIP. My Jira ID is: hgeraldino Wiki ID: hgeraldino Thanks, Hector

[jira] [Created] (KAFKA-13429) Update gitignore to include new modules

2021-11-02 Thread Jorge Esteban Quilcate Otoya (Jira)
Jorge Esteban Quilcate Otoya created KAFKA-13429: Summary: Update gitignore to include new modules Key: KAFKA-13429 URL: https://issues.apache.org/jira/browse/KAFKA-13429 Project:

Re: [kafka-clients] [VOTE] 2.7.2 RC0

2021-11-02 Thread Mickael Maison
Bumping the thread. Contributors, committers and PMC, please take some time to test this release candidate and vote. Thanks, Mickael On Tue, Oct 26, 2021 at 7:38 PM Israel Ekpo wrote: > > Thanks Bill. That is greatly appreciated :) > > We need more PMC members with binding votes to

Re: [kafka-clients] [VOTE] 2.6.3 RC0

2021-11-02 Thread Mickael Maison
Bumping the thread. Contributors, committers and PMC, please take some time to test this release candidate and vote. Thanks, Mickael On Tue, Oct 26, 2021 at 4:50 PM Bill Bejeck wrote: > > Thanks for running the release Mickael. > > I did the following: > >1. Validated signatures >2.

Re: Track topic deletion state without ZK

2021-11-02 Thread Omnia Ibrahim
Hi Colin, thanks for your response. Regards your point that the topic gets deleted immediately, I got that we do this if the cluster is healthy. However, if there's a hardware failure with the disk or the broker is unreachable and has a replica; In these cases, deleting the log files from the

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

2021-11-02 Thread Apache Jenkins Server
See Changes: -- [...truncated 497099 lines...] [2021-11-02T14:46:34.911Z] KafkaZkClientTest > testSetGetAndDeletePartitionReassignment() STARTED [2021-11-02T14:46:35.845Z]

Re: [DISCUSS] KIP-779: Allow Source Tasks to Handle Producer Exceptions

2021-11-02 Thread Knowles Atchison Jr
Third time's the charm. I've added a getter for the RetryWithToleranceOperator to get the ToleranceType. I've updated WorkerSourceTask to check this setting to see if it is ToleranceType.ALL. Setting "errors.tolerance" to "all" solves both problems: 1. Use an existing configuration 2. Moves the

New release branch 3.1.0

2021-11-02 Thread David Jacot
Hello Kafka developers and friends, As promised, we now have a release branch for the 3.1.0 release. The branch is "3.1" (https://github.com/apache/kafka/tree/3.1). Trunk has been bumped to 3.2.0-SNAPSHOT. I'll be going over the JIRAs to move every non-blocker from this release to the next

Build failed in Jenkins: Kafka » Kafka Branch Builder » 3.1 #1

2021-11-02 Thread Apache Jenkins Server
See Changes: -- [...truncated 497528 lines...] [2021-11-02T10:46:37.528Z] > Task :streams:publishToMavenLocal [2021-11-02T10:46:37.528Z] [2021-11-02T10:46:37.528Z] Deprecated

Re: [DISCUSS] Bringing Kafka towards Scala 3

2021-11-02 Thread Josep Prat
Hi Colin, We can take 2 different paths, both of them need a similar effort. — Offer Scala 3 along with Scala 2.12 and 2.13 — Offer Scala 3 only once Scala 2.12 is removed On the draft PR I shared in the initial email ( https://github.com/apache/kafka/pull/11350), I used the first approach, and

[jira] [Created] (KAFKA-13428) server hang on shutdown

2021-11-02 Thread yuhuo (Jira)
yuhuo created KAFKA-13428: - Summary: server hang on shutdown Key: KAFKA-13428 URL: https://issues.apache.org/jira/browse/KAFKA-13428 Project: Kafka Issue Type: Improvement Components: core