[jira] [Created] (KAFKA-10731) have kafka producer & consumer auto-reload ssl certificate

2020-11-17 Thread Yu Yang (Jira)
Yu Yang created KAFKA-10731: --- Summary: have kafka producer & consumer auto-reload ssl certificate Key: KAFKA-10731 URL: https://issues.apache.org/jira/browse/KAFKA-10731 Project: Kafka Issue Typ

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

2020-11-17 Thread Manikumar
+1 (binding), Thanks for the KIP. Thanks, On Mon, Nov 16, 2020 at 9:11 PM Ismael Juma wrote: > 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 > authentica

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

2020-11-17 Thread Manikumar
+1 (binding), Thanks for the KIP. Thanks, On Tue, Nov 17, 2020 at 12:13 AM Mickael Maison wrote: > +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: > > > >

Re: New Contributor

2020-11-17 Thread Mickael Maison
Hi, I've added you to the contributors list. Thanks On Tue, Nov 17, 2020 at 2:52 AM lqjacklee wrote: > > 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

Build failed in Jenkins: Kafka » kafka-trunk-jdk8 #223

2020-11-17 Thread Apache Jenkins Server
See Changes: [github] MINOR: Use string interpolation in FinalizedFeatureCache (#9602) -- [...truncated 3.43 MB...] org.apache.kafka.streams.TopologyTestDrive

Re: New Contributor

2020-11-17 Thread lqjacklee
thanks a lot . On Tue, Nov 17, 2020 at 6:33 PM Mickael Maison wrote: > Hi, > > I've added you to the contributors list. > Thanks > > On Tue, Nov 17, 2020 at 2:52 AM lqjacklee wrote: > > > > Dear team, > > > > could you please add me as a contributor for Apache Kafka? > > github: dorwi (https://

[jira] [Created] (KAFKA-10732) API to ensure Records policy on the broker

2020-11-17 Thread Nikolay Izhikov (Jira)
Nikolay Izhikov created KAFKA-10732: --- Summary: API to ensure Records policy on the broker Key: KAFKA-10732 URL: https://issues.apache.org/jira/browse/KAFKA-10732 Project: Kafka Issue Type:

[DISCUSSION] KIP-686: API to ensure Records policy on the broker

2020-11-17 Thread Nikolay Izhikov
Hello. I want to start discussion of the KIP-686 [1]. I propose to introduce the new public interface for it RecordsPolicy: ``` public interface RecordsPolicy extends Configurable, AutoCloseable { void validate(String topic, Records records) throws PolicyViolationException; } ``` and a two ne

Re: [DISCUSSION] KIP-686: API to ensure Records policy on the broker

2020-11-17 Thread Ismael Juma
Thanks for the KIP. The policy interface is a small part of this. You also have to describe the new public API that will be exposed as part of this. For example, there is no public `Records` class. Ismael On Tue, Nov 17, 2020 at 8:24 AM Nikolay Izhikov wrote: > Hello. > > I want to start discus

Re: [VOTE] KIP-680: TopologyTestDriver should not require a Properties argument

2020-11-17 Thread Guozhang Wang
+1, thanks Rohit. Guozhang On Sun, Nov 15, 2020 at 11:53 AM Rohit Deshpande wrote: > Hello all, > I would like to start voting on KIP-680: TopologyTestDriver should not > require a Properties argument. > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-680%3A+TopologyTestDriver+should+n

Build failed in Jenkins: Kafka » kafka-trunk-jdk11 #233

2020-11-17 Thread Apache Jenkins Server
See Changes: [github] MINOR: Initialize ConnectorConfig constructor with emptyMap and avoid instantiating a new Map (#9603) -- [...truncated 5.06 MB...] or

Build failed in Jenkins: Kafka » kafka-trunk-jdk15 #257

2020-11-17 Thread Apache Jenkins Server
See Changes: [github] MINOR: Initialize ConnectorConfig constructor with emptyMap and avoid instantiating a new Map (#9603) -- [...truncated 3.46 MB...] org

[jira] [Created] (KAFKA-10733) Enforce exception thrown for KafkaProducer txn APIs

2020-11-17 Thread Boyang Chen (Jira)
Boyang Chen created KAFKA-10733: --- Summary: Enforce exception thrown for KafkaProducer txn APIs Key: KAFKA-10733 URL: https://issues.apache.org/jira/browse/KAFKA-10733 Project: Kafka Issue Type:

Build failed in Jenkins: Kafka » kafka-trunk-jdk8 #224

2020-11-17 Thread Apache Jenkins Server
See Changes: [github] MINOR: Initialize ConnectorConfig constructor with emptyMap and avoid instantiating a new Map (#9603) -- [...truncated 6.87 MB...] org.

[jira] [Created] (KAFKA-10734) Speedup the processing of LeaderAndIsr request

2020-11-17 Thread Lucas Wang (Jira)
Lucas Wang created KAFKA-10734: -- Summary: Speedup the processing of LeaderAndIsr request Key: KAFKA-10734 URL: https://issues.apache.org/jira/browse/KAFKA-10734 Project: Kafka Issue Type: Improv

Jenkins build is back to normal : Kafka » kafka-trunk-jdk15 #258

2020-11-17 Thread Apache Jenkins Server
See

Jenkins build is back to normal : Kafka » kafka-trunk-jdk11 #234

2020-11-17 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-10735) Kafka producer producing corrupted avro values when confluent cluster is recreated and producer application is not restarted

2020-11-17 Thread Tim Tattersall (Jira)
Tim Tattersall created KAFKA-10735: -- Summary: Kafka producer producing corrupted avro values when confluent cluster is recreated and producer application is not restarted Key: KAFKA-10735 URL: https://issues.apac

[jira] [Created] (KAFKA-10736) Convert transaction coordinator metadata schemas to use generated protocol

2020-11-17 Thread Chia-Ping Tsai (Jira)
Chia-Ping Tsai created KAFKA-10736: -- Summary: Convert transaction coordinator metadata schemas to use generated protocol Key: KAFKA-10736 URL: https://issues.apache.org/jira/browse/KAFKA-10736 Projec

[GitHub] [kafka-site] showuon commented on pull request #311: MINOR: Fix the wrong HTML format in powered by page

2020-11-17 Thread GitBox
showuon commented on pull request #311: URL: https://github.com/apache/kafka-site/pull/311#issuecomment-729350663 @guozhangwang @scott-confluent , please help review. Thanks. This is an automated message from the Apache Git S

Build failed in Jenkins: Kafka » kafka-trunk-jdk11 #235

2020-11-17 Thread Apache Jenkins Server
See Changes: [github] KAFKA-10689: fix windowed FKJ topology and put checks in assignor to avoid infinite loops (#9568) -- [...truncated 5.28 MB...] org.apa

Jenkins build is back to normal : Kafka » kafka-trunk-jdk8 #225

2020-11-17 Thread Apache Jenkins Server
See

[GitHub] [kafka-site] guozhangwang commented on pull request #311: MINOR: Fix the wrong HTML format in powered by page

2020-11-17 Thread GitBox
guozhangwang commented on pull request #311: URL: https://github.com/apache/kafka-site/pull/311#issuecomment-729411055 I did a quick check and can confirm all the pointed out issues are valid on site. Great job @showuon ! Merging now. --

[GitHub] [kafka-site] guozhangwang merged pull request #311: MINOR: Fix the wrong HTML format in powered by page

2020-11-17 Thread GitBox
guozhangwang merged pull request #311: URL: https://github.com/apache/kafka-site/pull/311 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

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

2020-11-17 Thread Ning Zhang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang reopened KAFKA-10704: > Mirror maker with TLS at target > --- > > Key: KAFKA-107

Requesting Contributor Permissions

2020-11-17 Thread Arun Parthiban
Hi, I would like to make contributions to kafka and following the instructions in https://kafka.apache.org/contributing.html I would like to be added to the contributor list. jira username: parth017 thank you, arun

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

2020-11-17 Thread Ning Zhang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang resolved KAFKA-10704. Resolution: Resolved > Mirror maker with TLS at target > --- > >

[jira] [Created] (KAFKA-10737) MirrorMaker 2: clarify how to produce to or consume from SSL-enabled cluster in README.md

2020-11-17 Thread Ning Zhang (Jira)
Ning Zhang created KAFKA-10737: -- Summary: MirrorMaker 2: clarify how to produce to or consume from SSL-enabled cluster in README.md Key: KAFKA-10737 URL: https://issues.apache.org/jira/browse/KAFKA-10737

Build failed in Jenkins: Kafka » kafka-trunk-jdk15 #259

2020-11-17 Thread Apache Jenkins Server
See Changes: [github] KAFKA-10689: fix windowed FKJ topology and put checks in assignor to avoid infinite loops (#9568) -- [...truncated 6.93 MB...] org.apa

Build failed in Jenkins: Kafka » kafka-trunk-jdk8 #226

2020-11-17 Thread Apache Jenkins Server
See Changes: [github] KAFKA-10689: fix windowed FKJ topology and put checks in assignor to avoid infinite loops (#9568) [github] KAFKA-10687: make ProduceRespone only returns INVALID_PRODUCER_EPOCH

[jira] [Resolved] (KAFKA-10497) Convert group coordinator metadata schemas to use generated protocol

2020-11-17 Thread Chia-Ping Tsai (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chia-Ping Tsai resolved KAFKA-10497. Fix Version/s: 2.8.0 Resolution: Fixed > Convert group coordinator metadata schemas