[jira] [Created] (KAFKA-10730) KafkaApis#handleProduceRequest should use auto-generated protocol

2020-11-16 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-10730: -- Summary: KafkaApis#handleProduceRequest should use auto-generated protocol Key: KAFKA-10730 URL: https://issues.apache.org/jira/browse/KAFKA-10730 Project: Kafka

[jira] [Resolved] (KAFKA-10709) Sender#sendProduceRequest should use auto-generated protocol directly

2020-11-16 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-10709. Resolution: Won't Fix This fix will be included by

Looking for a PR review for FinalizedFeatureCache cleanup

2020-11-16 Thread Kowshik Prakasam
Hi, I'm looking for a PR review for a small cleanup/refactor to use string interpolation in FinalizedFeatureCache class. Please could one of you help review this change? Here is a link to the PR: https://github.com/apache/kafka/pull/9602 Cheers, Kowshik

New Contributor

2020-11-16 Thread lqjacklee
Dear team, could you please add me as a contributor for Apache Kafka? github: dorwi (https://github.com/lqjack/kafka) jira: username : Jack-Lee, full name : lqjacklee

[jira] [Created] (KAFKA-10729) KIP-482: Bump remaining RPC's to use flexible versions

2020-11-16 Thread Gardner Vickers (Jira)
Gardner Vickers created KAFKA-10729: --- Summary: KIP-482: Bump remaining RPC's to use flexible versions Key: KAFKA-10729 URL: https://issues.apache.org/jira/browse/KAFKA-10729 Project: Kafka

Re: New contributor

2020-11-16 Thread Mickael Maison
Hi Vidor, I've added you to the contributor list. Thanks On Mon, Nov 16, 2020 at 5:23 PM Vidor Kanalas wrote: > > Hello, > > could you please add me as a contributor for Apache Kafka? > github: dorwi (https://github.com/dorwi) > jira: dorwi > > Thanks, > Vidor

Re: [VOTE] KIP-681: Rename master key in delegation token feature

2020-11-16 Thread Mickael Maison
+1 (binding) Thanks Tom On Mon, Nov 16, 2020 at 3:58 PM Gwen Shapira wrote: > > +1 > Thank you for catching this. > > > On Mon, Nov 16, 2020, 3:22 AM Tom Bentley wrote: > > > Hi, > > > > I'd like to start a vote on KIP-681 which proposes to rename a broker > > config to use a more racially

[jira] [Resolved] (KAFKA-10704) Mirror maker with TLS at target

2020-11-16 Thread Tushar Bhasme (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tushar Bhasme resolved KAFKA-10704. --- Resolution: Not A Problem > Mirror maker with TLS at target >

New contributor

2020-11-16 Thread Vidor Kanalas
Hello, could you please add me as a contributor for Apache Kafka? github: dorwi (https://github.com/dorwi) jira: dorwi Thanks, Vidor

Re: [VOTE] KIP-681: Rename master key in delegation token feature

2020-11-16 Thread Gwen Shapira
+1 Thank you for catching this. On Mon, Nov 16, 2020, 3:22 AM Tom Bentley wrote: > Hi, > > I'd like to start a vote on KIP-681 which proposes to rename a broker > config to use a more racially neutral term: > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-681 >

Re: [DISCUSS] KIP-660: Pluggable ReplicaAssignor

2020-11-16 Thread Gwen Shapira
Why would the replica placement logic run in the controller rather than in the AdminManager? My understanding, and correct me if I got it wrong, is that we are aiming at better separation of concerns. The controller job will be managing consensus and consistency of metadata, but creating the

Re: [VOTE] KIP-684 - Support mutual TLS authentication on SASL_SSL listeners

2020-11-16 Thread Ismael Juma
Thanks for the KIP, +1 (binding). Ismael On Mon, Nov 16, 2020 at 3:33 AM Rajini Sivaram wrote: > Hi all, > > I would like to start vote on KIP-684 to support TLS client authentication > (mTLS) on SASL_SSL listeners: > >- > >

Re: [VOTE] KIP-684 - Support mutual TLS authentication on SASL_SSL listeners

2020-11-16 Thread David Jacot
+1 (binding). Thanks for the KIP, Rajini! On Mon, Nov 16, 2020 at 3:03 PM Ron Dagostino wrote: > +1 (non-binding). Thanks, Rajini. > > Ron > > > On Nov 16, 2020, at 6:31 AM, Rajini Sivaram > wrote: > > > > Hi all, > > > > I would like to start vote on KIP-684 to support TLS client >

Re: [VOTE] KIP-684 - Support mutual TLS authentication on SASL_SSL listeners

2020-11-16 Thread Ron Dagostino
+1 (non-binding). Thanks, Rajini. Ron > On Nov 16, 2020, at 6:31 AM, Rajini Sivaram wrote: > > Hi all, > > I would like to start vote on KIP-684 to support TLS client authentication > (mTLS) on SASL_SSL listeners: > > - > >

[jira] [Created] (KAFKA-10728) Mirroring data without decompressing with MirrorMaker 2.0

2020-11-16 Thread Eazhilan Nagarajan (Jira)
Eazhilan Nagarajan created KAFKA-10728: -- Summary: Mirroring data without decompressing with MirrorMaker 2.0 Key: KAFKA-10728 URL: https://issues.apache.org/jira/browse/KAFKA-10728 Project: Kafka

Re: [DISCUSS] KIP-660: Pluggable ReplicaAssignor

2020-11-16 Thread David Jacot
Hi Mickael, Thanks for the KIP. It is an interesting one. I imagine that custom assignors may use a rather complex model of the cluster in order to be able to allocate partitions in smarter ways. For instance, one may use the distribution of leaders in the cluster to allocate the new leaders.

[jira] [Created] (KAFKA-10727) Kafka clients throw AuthenticationException during Kerberos re-login

2020-11-16 Thread Rajini Sivaram (Jira)
Rajini Sivaram created KAFKA-10727: -- Summary: Kafka clients throw AuthenticationException during Kerberos re-login Key: KAFKA-10727 URL: https://issues.apache.org/jira/browse/KAFKA-10727 Project:

[VOTE] KIP-684 - Support mutual TLS authentication on SASL_SSL listeners

2020-11-16 Thread Rajini Sivaram
Hi all, I would like to start vote on KIP-684 to support TLS client authentication (mTLS) on SASL_SSL listeners: - https://cwiki.apache.org/confluence/display/KAFKA/KIP-684+-+Support+mutual+TLS+authentication+on+SASL_SSL+listeners Thank you... Regards, Rajini

[VOTE] KIP-681: Rename master key in delegation token feature

2020-11-16 Thread Tom Bentley
Hi, I'd like to start a vote on KIP-681 which proposes to rename a broker config to use a more racially neutral term: https://cwiki.apache.org/confluence/display/KAFKA/KIP-681 %3A+Rename+master+key+in+delegation+token+feature Kind regards, Tom

Re: [DISCUSS] KIP-660: Pluggable ReplicaAssignor

2020-11-16 Thread Mickael Maison
Hi all, If I don't see additional feedback in the next few days, I'll start a vote. Thanks On Thu, Nov 5, 2020 at 6:29 PM Mickael Maison wrote: > > Hi all, > > I've updated the KIP to reflect the latest discussions. > > Tom, > 2) Updated > 4) I decided against switching to a "batch interface"

[jira] [Created] (KAFKA-10726) How to detect heartbeat failure between broker/zookeeper leader

2020-11-16 Thread Keiichiro Wakasa (Jira)
Keiichiro Wakasa created KAFKA-10726: Summary: How to detect heartbeat failure between broker/zookeeper leader Key: KAFKA-10726 URL: https://issues.apache.org/jira/browse/KAFKA-10726 Project: