[GitHub] [kafka-site] mjsax merged pull request #283: MINOR: fix HTML

2020-08-06 Thread GitBox
mjsax merged pull request #283: URL: https://github.com/apache/kafka-site/pull/283 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 go to

Jenkins build is back to normal : kafka-trunk-jdk8 #4768

2020-08-06 Thread Apache Jenkins Server
See

Build failed in Jenkins: kafka-2.6-jdk8 #107

2020-08-06 Thread Apache Jenkins Server
See Changes: [matthias] MINOR: fix HTML (#9127) -- [...truncated 8.54 MB...] org.apache.kafka.streams.test.OutputVerifierTest >

[jira] [Created] (KAFKA-10371) Partition reassignments can result in crashed ReplicaFetcherThreads.

2020-08-06 Thread Steve Rodrigues (Jira)
Steve Rodrigues created KAFKA-10371: --- Summary: Partition reassignments can result in crashed ReplicaFetcherThreads. Key: KAFKA-10371 URL: https://issues.apache.org/jira/browse/KAFKA-10371 Project:

[jira] [Created] (KAFKA-10370) WorkerSinkTask: IllegalStateException cased by consumer.seek(tp, offsets) when (tp, offsets) are supplied by WorkerSinkTaskContext

2020-08-06 Thread Ning Zhang (Jira)
Ning Zhang created KAFKA-10370: -- Summary: WorkerSinkTask: IllegalStateException cased by consumer.seek(tp, offsets) when (tp, offsets) are supplied by WorkerSinkTaskContext Key: KAFKA-10370 URL:

Re: [VOTE] KIP-590: Redirect Zookeeper Mutation Protocols to The Controller

2020-08-06 Thread Boyang Chen
Hey there, we are going to introduce a minor change to bump the version of several RPCs which are currently not supporting flexible versions. It is necessary because they need to be able to construct request header with initial principal name and client id as optional fields for redirection. The

Re: [VOTE] KIP-616: Rename implicit Serdes instances in kafka-streams-scala

2020-08-06 Thread Yuriy Badalyantc
Hi everybody. There was some minor change since the voting process started (nullSerde added). Let's continue to vote. -Yuriy. On Thu, Jul 9, 2020 at 10:00 PM John Roesler wrote: > Thanks Yuriy, > > I'm +1 (binding) > > -John > > On Wed, Jul 8, 2020, at 23:08, Yuriy Badalyantc wrote: > > Hi

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

2020-08-06 Thread Apache Jenkins Server
See Changes: [github] KAFKA-10162; Use Token Bucket algorithm for controller mutation quota [github] KAFKA-10316: Consider renaming getter method for Interactive Queries [github] MINOR: fix HTML (#9127)

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

2020-08-06 Thread Apache Jenkins Server
See Changes: [github] KAFKA-10162; Use Token Bucket algorithm for controller mutation quota [github] KAFKA-10316: Consider renaming getter method for Interactive Queries [github] MINOR: fix HTML (#9127)

Re: [DISCUSS] Apache Kafka 2.6.0 release

2020-08-06 Thread Randall Hauch
Just to follow up, we've released AK 2.6.0 today. See the announcement thread. On Tue, Jul 14, 2020 at 4:01 PM Randall Hauch wrote: > I've just announced 2.6.0 RC0 in a vote thread to this list. If you find > any issues, please reply to that "[VOTE] 2.6.0 RC0" thread. > > Thanks, and best

Re: [ANNOUNCE] Apache Kafka 2.6.0

2020-08-06 Thread Gwen Shapira
Yay! Congratulations everyone :) And thank you for the release, Randall! On Thu, Aug 6, 2020 at 7:21 AM Randall Hauch wrote: > The Apache Kafka community is pleased to announce the release for Apache > Kafka 2.6.0 > > * TLSv1.3 has been enabled by default for Java 11 or newer. > * Significant

Re: [VOTE] KIP-651 - Support PEM format for SSL certificates and private key

2020-08-06 Thread David Jacot
Supporting PEM is really nice. Thanks, Rajini. +1 (non-binding) On Thu, Aug 6, 2020 at 9:18 PM Gwen Shapira wrote: > +1 (binding) > Thank you for driving this, Rajini > > On Thu, Aug 6, 2020 at 10:43 AM Rajini Sivaram > wrote: > > > Hi all, > > > > I would like to start vote on KIP-651 to

Re: [VOTE] KIP-651 - Support PEM format for SSL certificates and private key

2020-08-06 Thread Gwen Shapira
+1 (binding) Thank you for driving this, Rajini On Thu, Aug 6, 2020 at 10:43 AM Rajini Sivaram wrote: > Hi all, > > I would like to start vote on KIP-651 to support SSL key stores and trust > stores in PEM format: > >- > >

Re: [VOTE] KIP-651 - Support PEM format for SSL certificates and private key

2020-08-06 Thread Maulin Vasavada
+1 (non-binding) On Thu, Aug 6, 2020 at 11:36 AM Ron Dagostino wrote: > +1 (non-binding) > > Ron > > > On Aug 6, 2020, at 1:42 PM, Rajini Sivaram > wrote: > > > > Hi all, > > > > I would like to start vote on KIP-651 to support SSL key stores and trust > > stores in PEM format: > > > > - > >

Re: [DISCUSS] KIP-651 - Support PEM format for SSL certificates and private key

2020-08-06 Thread Maulin Vasavada
Looks great Rajini. Indeed PEM is a standard needed to be supported in a first class way on Kafka. On Wed, Aug 5, 2020 at 9:55 PM Manikumar wrote: > Thanks for the KIP. LGTM. > > On Wed, Aug 5, 2020 at 3:43 AM Ron Dagostino wrote: > > > Yes, Rajinit, it looks good -- an excellently-written

Re: New Website Layout

2020-08-06 Thread Ben Weintraub
Plus one to Tom's request - the ability to easily generate links to specific config options is extremely valuable. On Thu, Aug 6, 2020 at 10:09 AM Tom Bentley wrote: > Hi Ben, > > The documentation for the configs (broker, producer etc) used to function > as links as well as anchors, which made

Re: [VOTE] KIP-651 - Support PEM format for SSL certificates and private key

2020-08-06 Thread Ron Dagostino
+1 (non-binding) Ron > On Aug 6, 2020, at 1:42 PM, Rajini Sivaram wrote: > > Hi all, > > I would like to start vote on KIP-651 to support SSL key stores and trust > stores in PEM format: > > - > >

[jira] [Created] (KAFKA-10369) Introduce Distinct operation in KStream

2020-08-06 Thread Ivan Ponomarev (Jira)
Ivan Ponomarev created KAFKA-10369: -- Summary: Introduce Distinct operation in KStream Key: KAFKA-10369 URL: https://issues.apache.org/jira/browse/KAFKA-10369 Project: Kafka Issue Type:

Re: [DISCUSS] KIP-405: Kafka Tiered Storage

2020-08-06 Thread Satish Duggana
Hi Jun, Thanks for your comments. > At the high level, that approach sounds reasonable to me. It would be useful to document how RLMM handles overlapping archived offset ranges and how those overlapping segments are deleted through retention. Sure, we will document that in the KIP. >How is the

Re: [ANNOUNCE] Apache Kafka 2.6.0

2020-08-06 Thread Konstantine Karantasis
Thanks for the great release management Randall and thanks to the contributors for all the nice improvements and new features! Konstantine On Thu, Aug 6, 2020 at 9:40 AM Guozhang Wang wrote: > Thank you so much for driving the release Randall! > > Guozhang > > On Thu, Aug 6, 2020 at 7:35 AM

Re: [VOTE] KIP-632: Add DirectoryConfigProvider

2020-08-06 Thread Konstantine Karantasis
A bit late on this thread, but I've reviewed the KIP and I'm also +1. Thanks Tom. Happy to see this improvement making it in. Konstantine On Thu, Aug 6, 2020 at 10:27 AM Tom Bentley wrote: > With 3 binding +1 (Manikumar, Mickael and Rajini) and 2 non-binding +1 > (David and William) the vote

[VOTE] KIP-651 - Support PEM format for SSL certificates and private key

2020-08-06 Thread Rajini Sivaram
Hi all, I would like to start vote on KIP-651 to support SSL key stores and trust stores in PEM format: - https://cwiki.apache.org/confluence/display/KAFKA/KIP-651+-+Support+PEM+format+for+SSL+certificates+and+private+key Thank you... Regards, Rajini

Re: [VOTE] KIP-632: Add DirectoryConfigProvider

2020-08-06 Thread Tom Bentley
With 3 binding +1 (Manikumar, Mickael and Rajini) and 2 non-binding +1 (David and William) the vote passes. Thanks to all who voted. Tom On Thu, Aug 6, 2020 at 12:39 PM Rajini Sivaram wrote: > Hi Tom, > > +1 (binding) > > Thanks for the KIP. Apart from being useful when using frameworks like

Re: New Website Layout

2020-08-06 Thread Tom Bentley
Hi Ben, The documentation for the configs (broker, producer etc) used to function as links as well as anchors, which made the url fragments more discoverable, because you could click on the link and then copy+paste the browser URL: batch.size What seems to have happened with the new

[GitHub] [kafka-site] scott-confluent commented on a change in pull request #284: MINOR: Change the arrow direction based on the view state is expanded or not

2020-08-06 Thread GitBox
scott-confluent commented on a change in pull request #284: URL: https://github.com/apache/kafka-site/pull/284#discussion_r466554238 ## File path: includes/_footer.htm ## @@ -329,7 +329,13 @@ var docsHandle =

Re: [ANNOUNCE] Apache Kafka 2.6.0

2020-08-06 Thread Guozhang Wang
Thank you so much for driving the release Randall! Guozhang On Thu, Aug 6, 2020 at 7:35 AM Ismael Juma wrote: > Thanks for driving the releas, Randall. Congratulations to all the > contributors! :) > > Ismael > > On Thu, Aug 6, 2020, 7:21 AM Randall Hauch wrote: > > > The Apache Kafka

Build failed in Jenkins: kafka-trunk-jdk8 #4767

2020-08-06 Thread Apache Jenkins Server
See Changes: [github] KAFKA-10162; Use Token Bucket algorithm for controller mutation quota -- [...truncated 1.42 MB...] org.apache.kafka.common.network.SslSelectorTest

Re: [DISCUSS] KIP-616: Rename implicit Serdes instances in kafka-streams-scala

2020-08-06 Thread John Roesler
Thanks, Yuriy, That sounds good to me. -John On Wed, Aug 5, 2020, at 00:24, Yuriy Badalyantc wrote: > Hi John! > > I understand your point. But, I'm still not sure that having a Unit serde > is a good idea because it could be ambiguous for the user. In a KStream > [Long, Unit] valid value

[GitHub] [kafka-site] guozhangwang merged pull request #281: Remove mention of Twitter as a way to get added to "Powered By"

2020-08-06 Thread GitBox
guozhangwang merged pull request #281: URL: https://github.com/apache/kafka-site/pull/281 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

Re: [VOTE] KIP-599: Throttle Create Topic, Create Partition and Delete Topic Operations

2020-08-06 Thread David Jacot
Hi all, I would like to inform you that we have slightly changed our thoughts about the implementation of the Token Bucket algorithm. Our initial idea was to change our existing Rate to behave like a Token Bucket. That works as we expected but we have realized that the value of the Rate is not

Re: [ANNOUNCE] Apache Kafka 2.6.0

2020-08-06 Thread Ismael Juma
Thanks for driving the releas, Randall. Congratulations to all the contributors! :) Ismael On Thu, Aug 6, 2020, 7:21 AM Randall Hauch wrote: > The Apache Kafka community is pleased to announce the release for Apache > Kafka 2.6.0 > > * TLSv1.3 has been enabled by default for Java 11 or newer.

Re: [ANNOUNCE] Apache Kafka 2.6.0

2020-08-06 Thread Stanislav Kozlovski
Thanks for driving the release Randall! Congratulations to everybody involved - awesome work! On Thu, Aug 6, 2020 at 5:21 PM Randall Hauch wrote: > The Apache Kafka community is pleased to announce the release for Apache > Kafka 2.6.0 > > * TLSv1.3 has been enabled by default for Java 11 or

[ANNOUNCE] Apache Kafka 2.6.0

2020-08-06 Thread Randall Hauch
The Apache Kafka community is pleased to announce the release for Apache Kafka 2.6.0 * TLSv1.3 has been enabled by default for Java 11 or newer. * Significant performance improvements, especially when the broker has large numbers of partitions * Smooth scaling out of Kafka Streams applications *

[jira] [Created] (KAFKA-10368) Rack aware assignment results not balanced

2020-08-06 Thread hanmingze (Jira)
hanmingze created KAFKA-10368: - Summary: Rack aware assignment results not balanced Key: KAFKA-10368 URL: https://issues.apache.org/jira/browse/KAFKA-10368 Project: Kafka Issue Type: Improvement

[GitHub] [kafka-site] rhauch merged pull request #277: 2.6.0 release

2020-08-06 Thread GitBox
rhauch merged pull request #277: URL: https://github.com/apache/kafka-site/pull/277 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 go to

Re: [VOTE] KIP-632: Add DirectoryConfigProvider

2020-08-06 Thread Rajini Sivaram
Hi Tom, +1 (binding) Thanks for the KIP. Apart from being useful when using frameworks like Kubernetes, it also seems like a neater way of storing complex multi-line configs without embedding into a property file. Regards, Rajini On Thu, Aug 6, 2020 at 12:29 PM William Reynolds <

Re: [VOTE] KIP-632: Add DirectoryConfigProvider

2020-08-06 Thread William Reynolds
+1 (non binding) Looks like a good addition! On 06/08/2020, Tom Bentley wrote: > This pretty minor change has 2 binding and 1 non-binding votes. It would be > great if more people could take a look and either vote or give feedback > about how it should be improved. > > Many thanks, > > Tom > >

Re: [VOTE] KIP-632: Add DirectoryConfigProvider

2020-08-06 Thread Tom Bentley
This pretty minor change has 2 binding and 1 non-binding votes. It would be great if more people could take a look and either vote or give feedback about how it should be improved. Many thanks, Tom On Wed, Jul 8, 2020 at 7:07 PM Mickael Maison wrote: > +1 (binding) > Thanks > > On Wed, Jul 8,

[jira] [Created] (KAFKA-10367) Allow running the Streams demo app with a config file

2020-08-06 Thread Mickael Maison (Jira)
Mickael Maison created KAFKA-10367: -- Summary: Allow running the Streams demo app with a config file Key: KAFKA-10367 URL: https://issues.apache.org/jira/browse/KAFKA-10367 Project: Kafka

[GitHub] [kafka-site] mimaison merged pull request #278: Remove console.log()

2020-08-06 Thread GitBox
mimaison merged pull request #278: URL: https://github.com/apache/kafka-site/pull/278 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 go

Re: [DISCUSS] KIP-651 - Support PEM format for SSL certificates and private key

2020-08-06 Thread Rajini Sivaram
Hi Andrew, Ron & Manikumar, Thanks for reviewing the KIP! If there are no concerns, I will start vote later today. Regards, Rajini On Thu, Aug 6, 2020 at 5:55 AM Manikumar wrote: > Thanks for the KIP. LGTM. > > On Wed, Aug 5, 2020 at 3:43 AM Ron Dagostino wrote: > > > Yes, Rajinit, it

[GitHub] [kafka-site] ijuma commented on pull request #281: Remove mention of Twitter as a way to get added to "Powered By"

2020-08-06 Thread GitBox
ijuma commented on pull request #281: URL: https://github.com/apache/kafka-site/pull/281#issuecomment-669756104 @guozhangwang I updated the PR to mention pull request first. This is an automated message from the Apache Git

Jenkins build is back to normal : kafka-trunk-jdk8 #4766

2020-08-06 Thread Apache Jenkins Server
See