[jira] [Created] (KAFKA-7371) Finally deprecate org.apache.kafka.common.serialization.ExtendedSerializer

2018-09-01 Thread Jouni (JIRA)
Jouni created KAFKA-7371: Summary: Finally deprecate org.apache.kafka.common.serialization.ExtendedSerializer Key: KAFKA-7371 URL: https://issues.apache.org/jira/browse/KAFKA-7371 Project: Kafka Iss

[VOTE] KIP-366 - Make FunctionConversations private

2018-09-01 Thread Joan Goyeau
Hi, As pointed out in this comment https://github.com/apache/kafka/pull/5539#discussion_r212380648 "This class was already defaulted to public visibility, and we can't retract it now, without a KIP.", the object FunctionConversions is only of internal use and therefore should be private to the lib

Re: Add to contributor list

2018-09-01 Thread Murali Mani
Guozhang, In order to create a apache id, I have to submit the ICLA document, which i had completed today. As per the process defined below, a PMC member (in this case you / team for Apache Kafka) would need to send the activation email once the ID has been created. I shall notify you / team to se

[jira] [Created] (KAFKA-7372) Upgrade Jetty for preliminary Java 11 and TLS 1.3 support

2018-09-01 Thread Ismael Juma (JIRA)
Ismael Juma created KAFKA-7372: -- Summary: Upgrade Jetty for preliminary Java 11 and TLS 1.3 support Key: KAFKA-7372 URL: https://issues.apache.org/jira/browse/KAFKA-7372 Project: Kafka Issue Typ

Re: [DISCUSS] KIP-347: Enable batching in FindCoordinatorRequest

2018-09-01 Thread Guozhang Wang
Hello Yishun, Thanks for the updated KIP. I think option 1), i.e. return multiple requests from build() call is okay. Just to clarify: you are going to change `AbstractRequest#build(short version)` signature, and hence all requests need to be updated accordingly, but only FindCoordinator for may r

Re: [DISCUSS] KIP-280: Enhanced log compaction

2018-09-01 Thread Guozhang Wang
Hello Luis, Thanks for your thoughtful responses, here are my two cents: 1) I think having the new configs with per-topic granularity would not introduce much memory overhead or logic complexity, as all you need is to remember this at the topic metadata cache. If I've missed some details about th

Re: [VOTE] KIP-365: Materialized, Serialized, Joined, Consumed and Produced with implicit Serde

2018-09-01 Thread Guozhang Wang
+1 (binding). On Mon, Aug 27, 2018 at 5:20 PM, Dongjin Lee wrote: > +1 (non-binding) > > On Tue, Aug 28, 2018 at 8:53 AM Bill Bejeck wrote: > > > +1 > > > > -Bill > > > > On Mon, Aug 27, 2018 at 3:24 PM Ted Yu wrote: > > > > > +1 > > > > > > On Mon, Aug 27, 2018 at 12:18 PM John Roesler > wro

Re: KIP-213 - Scalable/Usable Foreign-Key KTable joins - Rebooted.

2018-09-01 Thread Guozhang Wang
Yes Adam, that makes sense. I think it may be better to have a working PR to review before we complete the VOTE thread. In my previous experience a large feature like this are mostly definitely going to miss some devils in the details in the design and wiki discussion phases. That would unfortuna