[jira] [Created] (KAFKA-13707) Refactor - unify the naming convention of in-flight

2022-03-03 Thread Arvin Zheng (Jira)
Arvin Zheng created KAFKA-13707: --- Summary: Refactor - unify the naming convention of in-flight Key: KAFKA-13707 URL: https://issues.apache.org/jira/browse/KAFKA-13707 Project: Kafka Issue

Re: [DISCUSS] KIP-637 Include min.insync.replicas in MetadataResponse to make Producer smarter in partitioning events

2020-07-07 Thread Arvin Zheng
> for scalability. In general we probably want to avoid the case where we > don't have the appropriate number of in-sync replicas, not try to optimize > for it. > > best, > Colin > > On Mon, Jul 6, 2020, at 10:38, Arvin Zheng wrote: > > Hi everyone, > > > >

[DISCUSS] KIP-637 Include min.insync.replicas in MetadataResponse to make Producer smarter in partitioning events

2020-07-07 Thread Arvin Zheng
Updated the subject to add KIP number Arvin Zheng 于2020年7月6日周一 上午10:38写道: > Hi everyone, > > I would like to start the discussion for KIP-637 > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-637%3A+Include+min.insync.replicas+in+MetadataResponse+to+make+Producer+smarter+

Re: Potential Improvement for Kafka Producer

2020-07-06 Thread Arvin Zheng
ange would require a KIP. > > Of course, if you are interested, feel free to pick it up yourself. > > > -Matthias > > > On 6/28/20 8:53 AM, Arvin Zheng wrote: > > Hi All, > > > > Not sure if this is the right channel and thread to ask, but would li

[DISCUSS] Include min.insync.replicas in MetadataResponse to make Producer smarter in partitioning events

2020-07-06 Thread Arvin Zheng
Hi everyone, I would like to start the discussion for KIP-637 https://cwiki.apache.org/confluence/display/KAFKA/KIP-637%3A+Include+min.insync.replicas+in+MetadataResponse+to+make+Producer+smarter+in+partitioning+events Looking forward to your feedback. Thanks, Arvin

[jira] [Created] (KAFKA-10230) Include min.insync.replicas in MetadataResponse to make Producer smarter in determining unavailable partitions

2020-07-02 Thread Arvin Zheng (Jira)
Arvin Zheng created KAFKA-10230: --- Summary: Include min.insync.replicas in MetadataResponse to make Producer smarter in determining unavailable partitions Key: KAFKA-10230 URL: https://issues.apache.org/jira/browse

Permission to create KIPs

2020-07-02 Thread Arvin Zheng
Hi, Could someone please help grant permission to create KIPs to user arvin.zheng? Thanks, Arvin

Potential Improvement for Kafka Producer

2020-06-28 Thread Arvin Zheng
Hi All, Not sure if this is the right channel and thread to ask, but would like to discuss a potential improvement to Java Kafka Producer. ``` Currently the Kafka Producer is able to identify unavailable partitions and avoid routing messages to them, but the definition of an unavailable