Re: [DISCUSS] KIP-524: Allow users to choose config source when describing configs

2019-09-14 Thread Gwen Shapira
Ah, great idea. On Fri, Sep 13, 2019 at 8:47 AM Jason Gustafson wrote: > > Hi All, > > I have a minor KIP to improve the config tool: > https://cwiki.apache.org/confluence/display/KAFKA/KIP-524%3A+Allow+users+to+choose+config+source+when+describing+configs. > Let me know what you think. > > -Jaso

Re: [VOTE] KIP-401: TransformerSupplier/ProcessorSupplier StateStore connecting

2019-09-14 Thread Paul Whalen
With 3 binding votes and 1 non-binding, the vote is closed and the KIP is accepted. I'm just wrapping up a first draft of a PR here: https://github.com/apache/kafka/pull/6824 Thanks! Paul On Thu, Sep 5, 2019 at 2:17 PM Paul Whalen wrote: > Thanks all! I updated the KIP status, and will get to

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

2019-09-14 Thread Apache Jenkins Server
See -- Started by user davidarthur [EnvInject] - Loading node environment variables. Building remotely on H25 (ubuntu xenial) in workspace

[jira] [Created] (KAFKA-8908) Use ApiVersion API for inter-broker communication

2019-09-14 Thread Jason Gustafson (Jira)
Jason Gustafson created KAFKA-8908: -- Summary: Use ApiVersion API for inter-broker communication Key: KAFKA-8908 URL: https://issues.apache.org/jira/browse/KAFKA-8908 Project: Kafka Issue Typ

Re: [DISCUSS] KIP-491: Preferred Leader Deprioritized List (Temporary Blacklist)

2019-09-14 Thread Harsha Ch
Hi Stanislav,                Thanks for the comments. The proposal we are making is not about optimizing Big-O but instead provide a simpler way of stopping a broker becoming leader.  If we want to go with making this an option and providing a tool which abstracts moving the broker to end prefe

Re: [DISCUSS] KIP-517: Add consumer metric indicating time between poll calls

2019-09-14 Thread Harsha Chintalapani
Thanks Kevin for the KIP. Overall LGTM. On you second point, I think the metric will be really useful to indicate the perf bottlenecks on user code vs kakfa consumer/broker. Thanks, Harsha On Fri, Sep 13, 2019 at 2:41 PM, Kevin Lu wrote: > Hi Radai & Jason, > > Thanks for the support and sugge

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

2019-09-14 Thread Apache Jenkins Server
See Changes: [wangguoz] KAFKA-8755: Fix state restore for standby tasks with optimized topology [jason] KAFKA-8474; Use HTML lists for config layout (#6870) [jason] KAFKA-8730; Add API to delete consumer offse

Re: [DISCUSS] KIP-519: Make SSL context/engine configuration extensible

2019-09-14 Thread Maulin Vasavada
Hi Clement/Rajini Based on what I get from my own understanding and your latest inputs, I'll write down what my proposal is here and let us see if we can discuss on that, A) Creation 1. SslEngineFactory interface will not extend Configurable. Instead it will require the implementation to have co