Re: [VOTE] KIP-126 - Allow KafkaProducer to split and resend oversized batches.

2017-05-08 Thread Becket Qin
te: > > > +1 > > > > > > > > From: Joel Koshy > > Sent: Friday, May 5, 2017 4:32:42 AM > > To: dev@kafka.apache.org > > Subject: Re: [VOTE] KIP-126 - Allow KafkaProducer to split and resend > > oversized

Re: [VOTE] KIP-126 - Allow KafkaProducer to split and resend oversized batches.

2017-05-08 Thread Jason Gustafson
+1 On Thu, May 4, 2017 at 9:11 PM, Michael Pearce wrote: > +1 > > > > From: Joel Koshy > Sent: Friday, May 5, 2017 4:32:42 AM > To: dev@kafka.apache.org > Subject: Re: [VOTE] KIP-126 - Allow KafkaProducer to split and resend >

Re: [VOTE] KIP-126 - Allow KafkaProducer to split and resend oversized batches.

2017-05-04 Thread Michael Pearce
+1 From: Joel Koshy Sent: Friday, May 5, 2017 4:32:42 AM To: dev@kafka.apache.org Subject: Re: [VOTE] KIP-126 - Allow KafkaProducer to split and resend oversized batches. +1 On Thu, May 4, 2017 at 7:00 PM Becket Qin wrote: > Bump. > > On Tu

Re: [VOTE] KIP-126 - Allow KafkaProducer to split and resend oversized batches.

2017-05-04 Thread Joel Koshy
+1 On Thu, May 4, 2017 at 7:00 PM Becket Qin wrote: > Bump. > > On Tue, Apr 25, 2017 at 3:17 PM, Bill Bejeck wrote: > > > +1 > > > > On Tue, Apr 25, 2017 at 4:43 PM, Dong Lin wrote: > > > > > +1 (non-binding) > > > > > > On Tue, Apr 25, 2017 at 12:33 PM, Becket Qin > > wrote: > > > > > > > Hi

Re: [VOTE] KIP-126 - Allow KafkaProducer to split and resend oversized batches.

2017-05-04 Thread Becket Qin
Bump. On Tue, Apr 25, 2017 at 3:17 PM, Bill Bejeck wrote: > +1 > > On Tue, Apr 25, 2017 at 4:43 PM, Dong Lin wrote: > > > +1 (non-binding) > > > > On Tue, Apr 25, 2017 at 12:33 PM, Becket Qin > wrote: > > > > > Hi, > > > > > > I would like to start the voting on KIP-126. The KIP is intended to

Re: [VOTE] KIP-126 - Allow KafkaProducer to split and resend oversized batches.

2017-04-25 Thread Bill Bejeck
+1 On Tue, Apr 25, 2017 at 4:43 PM, Dong Lin wrote: > +1 (non-binding) > > On Tue, Apr 25, 2017 at 12:33 PM, Becket Qin wrote: > > > Hi, > > > > I would like to start the voting on KIP-126. The KIP is intended to solve > > the problem that RecordTooLargeExceptions are thrown from the producer >

Re: [VOTE] KIP-126 - Allow KafkaProducer to split and resend oversized batches.

2017-04-25 Thread Dong Lin
+1 (non-binding) On Tue, Apr 25, 2017 at 12:33 PM, Becket Qin wrote: > Hi, > > I would like to start the voting on KIP-126. The KIP is intended to solve > the problem that RecordTooLargeExceptions are thrown from the producer due > to inaccurate estimation of the compression ratio. The solution

[VOTE] KIP-126 - Allow KafkaProducer to split and resend oversized batches.

2017-04-25 Thread Becket Qin
Hi, I would like to start the voting on KIP-126. The KIP is intended to solve the problem that RecordTooLargeExceptions are thrown from the producer due to inaccurate estimation of the compression ratio. The solution is to split and resend the over sized batches if possible. A new metric is introd