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

2019-09-30 Thread Apache Jenkins Server
See Changes: [bbejeck] KAFKA-8911: Using proper WindowSerdes constructors in their implicit -- [...truncated 2.65 MB...] org.apache.kafka.streams.TopologyTestDriverTest

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

2019-09-30 Thread Apache Jenkins Server
See Changes: [bbejeck] KAFKA-8911: Using proper WindowSerdes constructors in their implicit -- [...truncated 2.66 MB...] org.apache.kafka.streams.TopologyTestDriverTest

Re: [VOTE] KIP-429: Kafka Consumer Incremental Rebalance Protocol

2019-09-30 Thread Guozhang Wang
Hello folks, One last update on the KIP: we've added a section with a list of newly added metrics corresponding to consumer rebalance events as part of this proposal as well, detailed list can be found here:

[jira] [Resolved] (KAFKA-8609) Add consumer metrics for rebalances (part 9)

2019-09-30 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang resolved KAFKA-8609. -- Resolution: Fixed > Add consumer metrics for rebalances (part 9) >

[jira] [Created] (KAFKA-8963) Benchmark and optimize incremental fetch session handler

2019-09-30 Thread Lucas Bradstreet (Jira)
Lucas Bradstreet created KAFKA-8963: --- Summary: Benchmark and optimize incremental fetch session handler Key: KAFKA-8963 URL: https://issues.apache.org/jira/browse/KAFKA-8963 Project: Kafka

Re: [DISCUSS] 2.2.2 Bug Fix Release

2019-09-30 Thread Sophie Blee-Goldman
Matthias is at Kafka Summit, we should be able to get the fix for it merged by the end of today though. Will let you know when it's done. Thanks! Sophie On Sat, Sep 28, 2019 at 8:24 PM Randall Hauch wrote: > Sounds fine, Matthias. Do you have an ETA for the fix? > > On Sat, Sep 28, 2019 at

[jira] [Created] (KAFKA-8962) KafkaAdminClient#describeTopics always goes through the controller

2019-09-30 Thread Dhruvil Shah (Jira)
Dhruvil Shah created KAFKA-8962: --- Summary: KafkaAdminClient#describeTopics always goes through the controller Key: KAFKA-8962 URL: https://issues.apache.org/jira/browse/KAFKA-8962 Project: Kafka

Re: Status of user Admin API for quotas

2019-09-30 Thread Colin McCabe
Hi Tom, KIP-455 allows us to distinguish between replication traffic and reassignment traffic, if the brokers involved have been upgraded to the latest inter-broker protocol version. Now that KIP-455 has been implemented, it should be possible to create a quota that does what people actually

Re: [VOTE] KIP-482: The Kafka Protocol should Support Optional Tagged Fields

2019-09-30 Thread Colin McCabe
On Sat, Sep 28, 2019, at 17:49, Magnus Edenhill wrote: > Den mån 23 sep. 2019 kl 14:42 skrev Colin McCabe : > > > On Fri, Sep 20, 2019, at 18:05, Jun Rao wrote: > > > 101. We already use varInt in the message format. I assume that the > > > protocol uses the same varInt representation? > > > > It

Re: [DISCUSS] KIP-527: Add NothingSerde to Serdes

2019-09-30 Thread Nikolay Izhikov
Hello, Bruno. Thanks for feedback. KIP [1] updated according to your comments. [1] https://cwiki.apache.org/confluence/display/KAFKA/KIP-527%3A+Add+VoidSerde+to+Serdes В Пн, 30/09/2019 в 16:51 +0200, Bruno Cadonna пишет: > Hi Nikolay, > > Thank you for the KIP. > > I have a couple of minor

Re: [DISCUSS] KIP-527: Add NothingSerde to Serdes

2019-09-30 Thread Bruno Cadonna
Hi Nikolay, Thank you for the KIP. I have a couple of minor comments: 1. I would not put implementation details into the KIP as you did with the bodies of the constructor of the `VoidSerde` and the `serialize` and `deserialize` methods. IMO, the signatures suffice. The implementation is then

Re: Vulnerabilities found for jackson-databind-2.9.9.jar and guava-20.0.jar in latest Apache-kafka latest version 2.3.0

2019-09-30 Thread David Arthur
Namrata, I'll work on producing the next RC for 2.3.1 once this and a couple of patches are available. A [VOTE] email will be sent out once the next RC is ready. Thanks, David On Mon, Sep 30, 2019 at 3:16 AM namrata kokate wrote: > Thank you for the update, I would like to know when can I

Regarding permissions for creating KIP

2019-09-30 Thread RABI K.C.
Hello, I am new to kafka and have to create KIP for KAFKA-8953 and was going through https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Improvement+Proposals to create KIP. However, it seems I don't have permission to create KIP. *Wiki id: rabikumar.kc* Please do let me know if anything

join kafka contribution

2019-09-30 Thread Xu Jianhai
Hi: I am engineer from Bytedance, living in China. because of related job, I wish join kafka community and make some contribution. but I can not know how to kickstart. I try to resolve some ut, but I can not get response when I comment "maybe I can try it", meaning no assignee for me. so what

[jira] [Created] (KAFKA-8961) Unable to create secure JDBC connection through Kafka Connect

2019-09-30 Thread Monika Bainsala (Jira)
Monika Bainsala created KAFKA-8961: -- Summary: Unable to create secure JDBC connection through Kafka Connect Key: KAFKA-8961 URL: https://issues.apache.org/jira/browse/KAFKA-8961 Project: Kafka

Re: Vulnerabilities found for jackson-databind-2.9.9.jar and guava-20.0.jar in latest Apache-kafka latest version 2.3.0

2019-09-30 Thread namrata kokate
Thank you for the update, I would like to know when can I expect this release? Regards, Namrata kokate On Sat, Sep 28, 2019, 11:21 PM Matthias J. Sax wrote: > Thanks Namrata, > > I think we should fix this for upcoming 2.3.1 release. > > -Matthias > > > On 9/26/19 10:58 PM, namrata kokate