[jira] [Created] (KAFKA-7755) Kubernetes - Kafka clients are resolving DNS entries only one time

2018-12-18 Thread JIRA
Loïc Monney created KAFKA-7755: -- Summary: Kubernetes - Kafka clients are resolving DNS entries only one time Key: KAFKA-7755 URL: https://issues.apache.org/jira/browse/KAFKA-7755 Project: Kafka

[jira] [Created] (KAFKA-7754) zookeeper-security-migration.sh sets the root ZNode as world-readable

2018-12-18 Thread Badai Aqrandista (JIRA)
Badai Aqrandista created KAFKA-7754: --- Summary: zookeeper-security-migration.sh sets the root ZNode as world-readable Key: KAFKA-7754 URL: https://issues.apache.org/jira/browse/KAFKA-7754 Project:

Monitoring Mirror Maker Lag & source

2018-12-18 Thread Saravanan B
Hi Team, We have few kafka clusters replicating & we would like to monitor the lag per topic on source, in mirror maker we have configured CONSUMER_GROUP_ID & replication is working fine. When i run "kafka-consumer-groups.sh --list --bootstrap-server bootstrap.kafka:9092" , i dnt find the

Re: [DISCUSS] KIP-404: Add Kafka Connect configuration parameter for disabling WADL output on OPTIONS request

2018-12-18 Thread Randall Hauch
Konstatine, IIUC your suggestion is to change KIP-404 to document the removal of the support for WADL since it was never intended to be exposed, and to no longer make it an option. I agree we could make that change, but I'm also wondering if there is precedence for this kind of a KIP. Anyone know?

Re: [DISCUSS] KIP-404: Add Kafka Connect configuration parameter for disabling WADL output on OPTIONS request

2018-12-18 Thread Konstantine Karantasis
My point was that, even though leaving this feature open via the REST interface was not intended initially and therefore we can treat this as a bug with respect to its deprecation, I believe it'd be good to document its removal with KIP-404, since it's de facto part of the public interface of the

transaction 2PC protocol

2018-12-18 Thread Jose Raul Perez Rodriguez
Hi all, Reading this document about transactions in Kafka, specifically epigraphs 5.2 WriteTxnMarkerRequest and 5.3 Writing the final Commit or Abort Message. What I understand 

Re: [DISCUSS] KIP-404: Add Kafka Connect configuration parameter for disabling WADL output on OPTIONS request

2018-12-18 Thread Oleksandr Diachenko
Konstantine, Just to clarify, this option(*rest.wadl.enable*), is proposed to be introduced in the KIP, it was never used anywhere else than in unit tests, as a part of PR for the KIP. So no public interface changes are needed if we proceed without exposing the option. WDYT? Regards, Alex. On

Re: Windows Testing

2018-12-18 Thread M. Manna
There’s no specific test or setup for Windows. There are issues with file cleanup on windows, so your best bet is to run it on containers or Linux. Thanks, On Tue, 18 Dec 2018 at 17:06, Jacob Braaten wrote: > Hello, > > Quick question about your testing setup. I can't find where I read this >

Re: [VOTE] [REMINDER] KIP-383 Pluggable interface for SSL Factory

2018-12-18 Thread Harsha
Yes. +1 binding. Thanks, Harsha On Mon, Dec 17, 2018, at 5:21 AM, Pellerin, Clement wrote: > I'm new here. Is this vote binding or not? > > -Original Message- > From: Harsha [mailto:ka...@harsha.io] > Sent: Saturday, December 15, 2018 1:59 PM > To: dev@kafka.apache.org > Subject: Re:

Windows Testing

2018-12-18 Thread Jacob Braaten
Hello, Quick question about your testing setup. I can't find where I read this before and it may be incorrect so I wanted to check with you. Do you guys do any stress or integration testing in windows environments? I'm fairly certain I read somewhere that you only do testing in linux

[jira] [Created] (KAFKA-7753) ValueTransformerWithKey should not require producing one value every message

2018-12-18 Thread Mateusz Owczarek (JIRA)
Mateusz Owczarek created KAFKA-7753: --- Summary: ValueTransformerWithKey should not require producing one value every message Key: KAFKA-7753 URL: https://issues.apache.org/jira/browse/KAFKA-7753

[DISCUSS] KIP-409: Allow creating under-replicated topics and partitions

2018-12-18 Thread Mickael Maison
Hi, We have submitted a KIP to handle topics and partitions creation when a cluster is not fully available: https://cwiki.apache.org/confluence/display/KAFKA/KIP-409%3A+Allow+creating+under-replicated+topics+and+partitions As always, we welcome feedback and suggestions. Thanks Mickael and

[jira] [Created] (KAFKA-7752) zookeeper-security-migration.sh does not remove ACL on kafka-acl-extended

2018-12-18 Thread Attila Sasvari (JIRA)
Attila Sasvari created KAFKA-7752: - Summary: zookeeper-security-migration.sh does not remove ACL on kafka-acl-extended Key: KAFKA-7752 URL: https://issues.apache.org/jira/browse/KAFKA-7752 Project:

Re: [DISCUSS] KIP-271 Add NetworkClient redirector

2018-12-18 Thread Sergey Korytnikov
Dear devs, It's been a while since I created KIP-271 and received just a little feedback. I'm going to start the voting process in a couple of days as I feel responsible for the KIP created. Community needs to decide whether the change is viable or not, especially, since kafka 1.0 when the

Re: [DISCUSS] KIP-331 Add default implementation to close() and configure() for Serializer, Deserializer and Serde

2018-12-18 Thread Saïd Bouras
Hi everyone ! I saw this KIP and I comment the PR, but like *@Chia-Ping* mentioned, it's better to talk here with community. Well to summarize, I think that putting the methods *configure* and *close* default could bring misunderstanding in the approach when implementing customs serializers and

Re: [DISCUSS] KIP-398: Support reading trust store from classpath

2018-12-18 Thread Noa Resare
I believe that I have addressed the concerns raised in this discussion. It seems reasonable to start a vote in about two days. Please raise any concerns you may have and I will be happy to attempt to address them. /noa > On 10 Dec 2018, at 10:53, Noa Resare wrote: > > Thank you for your

Re: [DISCUSS] KIP-382: MirrorMaker 2.0

2018-12-18 Thread Eno Thereska
Ryanne, thank you, this looks great and will be really appreciated by the community. My only comment at this point: is the REST api strictly necessary for this KIP? Perhaps consider moving that to a different KIP since the main contribution is more than sufficient. However that is just a

[jira] [Created] (KAFKA-7751) Kryo convertor in kafka connect

2018-12-18 Thread Manjeet Duhan (JIRA)
Manjeet Duhan created KAFKA-7751: Summary: Kryo convertor in kafka connect Key: KAFKA-7751 URL: https://issues.apache.org/jira/browse/KAFKA-7751 Project: Kafka Issue Type: Improvement