[jira] [Resolved] (KAFKA-8296) Kafka Streams branch method raises type warnings

2020-07-16 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax resolved KAFKA-8296. Resolution: Duplicate Closing this ticket as duplicate. > Kafka Streams branch method

[jira] [Created] (KAFKA-10284) Group membership update due to static member rejoin should be persisted

2020-07-16 Thread Boyang Chen (Jira)
Boyang Chen created KAFKA-10284: --- Summary: Group membership update due to static member rejoin should be persisted Key: KAFKA-10284 URL: https://issues.apache.org/jira/browse/KAFKA-10284 Project: Kafka

[jira] [Created] (KAFKA-10283) Consolidate client-level and consumer-level assignment within ClientState

2020-07-16 Thread Guozhang Wang (Jira)
Guozhang Wang created KAFKA-10283: - Summary: Consolidate client-level and consumer-level assignment within ClientState Key: KAFKA-10283 URL: https://issues.apache.org/jira/browse/KAFKA-10283 Project:

[GitHub] [kafka-site] ableegoldman opened a new pull request #275: MINOR: update Streams docs for 2.6 and fix configs

2020-07-16 Thread GitBox
ableegoldman opened a new pull request #275: URL: https://github.com/apache/kafka-site/pull/275 See https://github.com/apache/kafka/pull/9027 This is an automated message from the Apache Git Service. To respond to the

[jira] [Created] (KAFKA-10282) Log metrics are removed if a log is deleted and re-created quickly enough

2020-07-16 Thread Bob Barrett (Jira)
Bob Barrett created KAFKA-10282: --- Summary: Log metrics are removed if a log is deleted and re-created quickly enough Key: KAFKA-10282 URL: https://issues.apache.org/jira/browse/KAFKA-10282 Project:

Re: [VOTE] KIP-617: Allow Kafka Streams State Stores to be iterated backwards

2020-07-16 Thread Sophie Blee-Goldman
Hey Jorge, Thanks for the reminder -- +1 (non-binding) Cheers, Sophie On Thu, Jul 16, 2020 at 4:06 PM Jorge Esteban Quilcate Otoya < quilcate.jo...@gmail.com> wrote: > Bumping this vote thread to check if there's any feedback. > > Cheers, > Jorge. > > On Sat, Jul 4, 2020 at 6:20 PM John

Re: [VOTE] KIP-617: Allow Kafka Streams State Stores to be iterated backwards

2020-07-16 Thread Jorge Esteban Quilcate Otoya
Bumping this vote thread to check if there's any feedback. Cheers, Jorge. On Sat, Jul 4, 2020 at 6:20 PM John Roesler wrote: > Thanks Jorge, > > I’m +1 (binding) > > -John > > On Fri, Jul 3, 2020, at 10:26, Jorge Esteban Quilcate Otoya wrote: > > Hola everyone, > > > > I'd like to start a new

Re: [DISCUSS] KIP-634: Complementary support for headers in Kafka Streams DSL

2020-07-16 Thread Jorge Esteban Quilcate Otoya
Hi everyone, Bumping this thread to check if there's any feedback. Cheers, Jorge. On Tue, Jun 30, 2020 at 12:46 AM Jorge Esteban Quilcate Otoya < quilcate.jo...@gmail.com> wrote: > Hi everyone, > > I would like to start the discussion for >

Re: [VOTE] KIP-554: Add Broker-side SCRAM Config API

2020-07-16 Thread Ron Dagostino
Hi Colin. I updated the KIP with various renames. I've also created a draft PR at https://github.com/apache/kafka/pull/9032 that still needs a bunch of real implementation but nonetheless represents the renames in code. The biggest changes are that there are now derived classes public class

[jira] [Created] (KAFKA-10281) KIP-640: Add log compression analysis tool

2020-07-16 Thread Chris Beard (Jira)
Chris Beard created KAFKA-10281: --- Summary: KIP-640: Add log compression analysis tool Key: KAFKA-10281 URL: https://issues.apache.org/jira/browse/KAFKA-10281 Project: Kafka Issue Type:

Re: [DISCUSS] KIP-595: A Raft Protocol for the Metadata Quorum

2020-07-16 Thread Jun Rao
Hi, Jason, Thanks for the updated KIP. Looks good overall. A few more comments below. 101. I still don't see a section on bootstrapping related issues. It would be useful to document if/how the following is supported. 101.1 Currently, we support auto broker id generation. Is this supported for

[jira] [Created] (KAFKA-10279) Allow dynamic update of certificates with additional SubjectAltNames

2020-07-16 Thread Rajini Sivaram (Jira)
Rajini Sivaram created KAFKA-10279: -- Summary: Allow dynamic update of certificates with additional SubjectAltNames Key: KAFKA-10279 URL: https://issues.apache.org/jira/browse/KAFKA-10279 Project:

Build failed in Jenkins: kafka-trunk-jdk14 #295

2020-07-16 Thread Apache Jenkins Server
See Changes: [github] KAFKA-10174: Prefer --bootstrap-server for configs command in ducker -- [...truncated 3.20 MB...] org.apache.kafka.streams.TopologyTestDriverTest

Build failed in Jenkins: kafka-trunk-jdk11 #1647

2020-07-16 Thread Apache Jenkins Server
See Changes: [github] KAFKA-10174: Prefer --bootstrap-server for configs command in ducker -- [...truncated 3.20 MB...]

Re: [DISCUSS] KIP-450: Sliding Windows

2020-07-16 Thread John Roesler
Hello all, Thanks for the KIP, Leah! Regarding (1): I'd go farther actually. Making Windows an abstract class was a mistake from the beginning that led to us not being able to fix a very confusing situation for users around retention times, final results emitting, etc. Thus, I would not suggest

[jira] [Resolved] (KAFKA-10174) Prefer --bootstrap-server ducktape tests using kafka_configs.sh

2020-07-16 Thread Colin McCabe (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin McCabe resolved KAFKA-10174. -- Fix Version/s: 2.7 Reviewer: Colin McCabe Resolution: Fixed > Prefer

Re: [VOTE] KIP-554: Add Broker-side SCRAM Config API

2020-07-16 Thread Colin McCabe
On Thu, Jul 16, 2020, at 08:06, Ron Dagostino wrote: > Thanks, Colin. The standard "about" message for ThrottleTimeMs seems > to be "The duration in milliseconds for which the request was throttled > due to a quota violation, or zero if the request did not violate any quota." > as opposed to

Re: [VOTE] KIP-554: Add Broker-side SCRAM Config API

2020-07-16 Thread Ron Dagostino
Thanks, Colin. The standard "about" message for ThrottleTimeMs seems to be "The duration in milliseconds for which the request was throttled due to a quota violation, or zero if the request did not violate any quota." as opposed to "The time spent waiting for quota." Should we adjust to match the

[jira] [Created] (KAFKA-10278) kafka-configs does not show the current properties of running kafka broker upon describe.

2020-07-16 Thread kaushik srinivas (Jira)
kaushik srinivas created KAFKA-10278: Summary: kafka-configs does not show the current properties of running kafka broker upon describe. Key: KAFKA-10278 URL: https://issues.apache.org/jira/browse/KAFKA-10278

[jira] [Resolved] (KAFKA-10160) Kafka MM2 consumer configuration

2020-07-16 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-10160. Fix Version/s: 2.7.0 Resolution: Fixed > Kafka MM2 consumer configuration >