[jira] [Created] (KAFKA-10762) alter the backoff in `KafkaConsumer.pollForFetches`

2020-11-23 Thread lqjacklee (Jira)
lqjacklee created KAFKA-10762: - Summary: alter the backoff in `KafkaConsumer.pollForFetches` Key: KAFKA-10762 URL: https://issues.apache.org/jira/browse/KAFKA-10762 Project: Kafka Issue Type:

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

2020-11-23 Thread Apache Jenkins Server
See Changes: [github] MINOR: Update snappy-java to 1.1.8.1 (#9646) -- [...truncated 3.48 MB...] org.apache.kafka.streams.test.OutputVerifierTest >

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

2020-11-23 Thread Apache Jenkins Server
See Changes: [github] MINOR: Update snappy-java to 1.1.8.1 (#9646) -- [...truncated 3.47 MB...]

Re: Reg:API for adding new CA public ke to kafka listener truststore

2020-11-23 Thread Bharath Ambati
Thank you David for quick response. On Mon, Nov 23, 2020 at 8:21 PM David Jacot wrote: > Hi, > > It may be worth checking KIP-651: > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-651+-+Support+PEM+format+for+SSL+certificates+and+private+key > . > > Best, > David > > Le lun. 23 nov.

Re: Reg:API for adding new CA public ke to kafka listener truststore

2020-11-23 Thread lqjacklee
I think we should provide the command shell tool for customers to upgrade the configuration to support it . could help create the jira ? thanks. On Mon, Nov 23, 2020 at 11:15 PM Bharath Ambati wrote: > Hi, > Is there any support in kafka admin api for subjected requirement? > We have

Re: [VOTE] 2.7.0 RC2

2020-11-23 Thread Bill Bejeck
Hi Sophie, Since this is a regression introduced in 2.6 I agree this should go 2.7. Thanks, Bill On Mon, Nov 23, 2020 at 7:03 PM Sophie Blee-Goldman wrote: > Hey Bill, > > We discovered another bug: > https://issues.apache.org/jira/browse/KAFKA-10758 > It affects pretty much any user of

Re: [kafka-clients] [VOTE] 2.6.1 RC1

2020-11-23 Thread Sophie Blee-Goldman
Hey Mickael, We discovered another bug: https://issues.apache.org/jira/browse/KAFKA-10758 It affects pretty much any user of Pattern subscription in Streams, and has been a regression since 2.6.0, so we feel it should go into the 2.6.1 release. I'll have a PR ready to go shortly, and will merge

Re: [VOTE] 2.7.0 RC2

2020-11-23 Thread Sophie Blee-Goldman
Hey Bill, We discovered another bug: https://issues.apache.org/jira/browse/KAFKA-10758 It affects pretty much any user of Pattern subscription in Streams, and has been a regression since 2.6.0, so we feel it should go into the 2.7.0 release. If you agree, I'll have a PR ready to go shortly.

Re: [VOTE] 2.7.0 RC2

2020-11-23 Thread Bill Bejeck
Matthias, I agree this should go into 2.7. I'll do another RC after you merge the fix. Thanks, Bill On Mon, Nov 23, 2020 at 2:30 PM Matthias J. Sax wrote: > Bill, > > we discovered a regression bug in Kafka Streams last Friday that was > introduced in the 2.6.0 release. It affects EOS users,

Re: [VOTE] 2.7.0 RC2

2020-11-23 Thread Matthias J. Sax
Bill, we discovered a regression bug in Kafka Streams last Friday that was introduced in the 2.6.0 release. It affects EOS users, what is a growing percentage of Kafka Streams users. The PR is already merged to `trunk` and `2.6` branch: https://issues.apache.org/jira/browse/KAFKA-10755 We also

Re: [VOTE] 2.6.1 RC0

2020-11-23 Thread Matthias J. Sax
Thanks Mickael! On 11/23/20 3:24 AM, Mickael Maison wrote: > Hi Matthias, > > I think it makes sense to include it into 2.6.1. > There's also been a couple of other fixes (KAFKA-10705, KAFKA-10706) > ported to 2.6 > > I'll roll a new RC > > Thanks > > On Sat, Nov 21, 2020 at 12:04 AM Matthias

Re: Contributor permissions request

2020-11-23 Thread Bill Bejeck
Omnia, Done. Thanks for your interest in Apache Kafka! -Bill On Mon, Nov 23, 2020 at 10:14 AM Omnia Ibrahim wrote: > JIRA username: (omnia_h_ibrahim) > GitHub username: (OmniaGM) > Wiki username: (omnia) > > > Regards, > Omnia Ibrahim >  Cloud Infrastructure - Kafka > >

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

2020-11-23 Thread Rohit Deshpande
Thanks John and Matthias. Waiting for 1 more binding vote. Thanks, Rohit On Sat, Nov 21, 2020 at 11:01 AM Matthias J. Sax wrote: > +1 (binding) > > On 11/20/20 7:43 PM, John Roesler wrote: > > Thanks again for the KIP, Rohit. > > > > I’m +1 (binding) > > > > Sorry, I missed your vote thread. >

Re: Add permission to create KIP on Confluence

2020-11-23 Thread Boyang Chen
Done, thank you for contributing! From: Prateek Agarwal Sent: Tuesday, November 24, 2020 1:19 AM To: dev@kafka.apache.org Subject: Add permission to create KIP on Confluence Hi team, I have created an account on the Apache Confluence site with username

[jira] [Created] (KAFKA-10761) Implement SnapshotId for the Fetch RPC

2020-11-23 Thread Jose Armando Garcia Sancio (Jira)
Jose Armando Garcia Sancio created KAFKA-10761: -- Summary: Implement SnapshotId for the Fetch RPC Key: KAFKA-10761 URL: https://issues.apache.org/jira/browse/KAFKA-10761 Project: Kafka

Add permission to create KIP on Confluence

2020-11-23 Thread Prateek Agarwal
Hi team, I have created an account on the Apache Confluence site with username *prat0318* and would like permission to create a new KIP so that I can submit a new proposal (KAFKA-10646 ). Thank you! Best regards, -- Prateek Agarwal

[VOTE] 2.6.1 RC1

2020-11-23 Thread Mickael Maison
Hello Kafka users, developers and client-developers, This is the second candidate for release of Apache Kafka 2.6.1. Since RC0, the following JIRAs have been fixed: KAFKA-10705, KAFKA-10755 and KAFKA-10706 Release notes for the 2.6.1 release:

Reg:API for adding new CA public ke to kafka listener truststore

2020-11-23 Thread Bharath Ambati
Hi, Is there any support in kafka admin api for subjected requirement? We have use case like multiple clients will have certificates got from different CA's. I am aware of reloading listener with new truststore or update existing truststore. But here concern is who is going to

Contributor permissions request

2020-11-23 Thread Omnia Ibrahim
JIRA username: (omnia_h_ibrahim) GitHub username: (OmniaGM) Wiki username: (omnia) Regards, Omnia Ibrahim  Cloud Infrastructure - Kafka

[jira] [Created] (KAFKA-10760) In compacted topic with max.compaction.lag.ms, the segments are not rolled until new messages arrive

2020-11-23 Thread Sarwar Bhuiyan (Jira)
Sarwar Bhuiyan created KAFKA-10760: -- Summary: In compacted topic with max.compaction.lag.ms, the segments are not rolled until new messages arrive Key: KAFKA-10760 URL:

Re: Reg:API for adding new CA public ke to kafka listener truststore

2020-11-23 Thread David Jacot
Hi, It may be worth checking KIP-651: https://cwiki.apache.org/confluence/display/KAFKA/KIP-651+-+Support+PEM+format+for+SSL+certificates+and+private+key . Best, David Le lun. 23 nov. 2020 à 11:11, Bharath Ambati a écrit : > Hi, > Is there any support in kafka admin api for subjected

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

2020-11-23 Thread Apache Jenkins Server
See

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

2020-11-23 Thread Apache Jenkins Server
See Changes: [github] KAFKA-10727; Handle Kerberos error during re-login as transient failure in clients (#9605) -- [...truncated 6.89 MB...]

Re: [VOTE] 2.6.1 RC0

2020-11-23 Thread Mickael Maison
Hi Matthias, I think it makes sense to include it into 2.6.1. There's also been a couple of other fixes (KAFKA-10705, KAFKA-10706) ported to 2.6 I'll roll a new RC Thanks On Sat, Nov 21, 2020 at 12:04 AM Matthias J. Sax wrote: > > Mickael, > > we discovered a regression bug in Kafka Streams

Reg:API for adding new CA public ke to kafka listener truststore

2020-11-23 Thread Bharath Ambati
Hi, Is there any support in kafka admin api for subjected requirement? We have use case like multiple clients will have certificates got from different CA's. I am aware of reloading listener with new truststore or update existing truststore. But here concern is who is going to

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

2020-11-23 Thread Nikolay Izhikov
Hello! Any additional feedback on this KIP? I believe this API can be useful for Kafka users. > 18 нояб. 2020 г., в 14:47, Nikolay Izhikov > написал(а): > > Hello, Ismael. > > Thanks for the feedback. > You are right, I read public interfaces definition not carefully :) > > Updated KIP

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

2020-11-23 Thread Rajini Sivaram (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajini Sivaram resolved KAFKA-10727. Fix Version/s: 2.8.0 Reviewer: Manikumar Resolution: Fixed > Kafka

[jira] [Created] (KAFKA-10759) ARM support for Kafka

2020-11-23 Thread PengLei (Jira)
PengLei created KAFKA-10759: --- Summary: ARM support for Kafka Key: KAFKA-10759 URL: https://issues.apache.org/jira/browse/KAFKA-10759 Project: Kafka Issue Type: Improvement Components:

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

2020-11-23 Thread Apache Jenkins Server
See