Re: High end-to-end latency with processing.guarantee=exactly_once

2019-01-03 Thread Dmitry Minkovsky
>> >> >> On Wed, Dec 19, 2018 at 8:38 PM meigong.wang >> >> wrote: >> >> >> >>> Which version are you using? This bug( >> >>> https://issues.apache.org/jira/browse/KAFKA-7190) may increase the >> >>> latency of

Re: High end-to-end latency with processing.guarantee=exactly_once

2019-01-03 Thread Dmitry Minkovsky
h version are you using? This bug( > >>> https://issues.apache.org/jira/browse/KAFKA-7190) may increase the > >>> latency of your application, try to reduce the retry.backoff.ms,the > >>> default value is 100 ms. > >>> > >>> > >>&g

Re: High end-to-end latency with processing.guarantee=exactly_once

2018-12-20 Thread Matthias J. Sax
rg/jira/browse/KAFKA-7190) may increase the >>> latency of your application, try to reduce the retry.backoff.ms,the >>> default value is 100 ms. >>> >>> >>> 王美功 >>> >>> >>> 原始邮件 >>> 发件人:Dmitry minkovskydminkov...@gmail.

Re: High end-to-end latency with processing.guarantee=exactly_once

2018-12-19 Thread Dmitry Minkovsky
value is 100 ms. >> >> >> 王美功 >> >> >> 原始邮件 >> 发件人:Dmitry minkovskydminkov...@gmail.com >> 收件人:usersus...@kafka.apache.org >> 发送时间:2018年12月20日(周四) 09:25 >> 主题:High end-to-end latency with processing.guarantee=exactly_once >> >> &g

Re: High end-to-end latency with processing.guarantee=exactly_once

2018-12-19 Thread Dmitry Minkovsky
rowse/KAFKA-7190) may increase the > latency of your application, try to reduce the retry.backoff.ms,the > default value is 100 ms. > > > 王美功 > > > 原始邮件 > 发件人:Dmitry minkovskydminkov...@gmail.com > 收件人:usersus...@kafka.apache.org > 发送时间:2018年12月20日(周四) 09:25

回复:High end-to-end latency with processing.guarantee=exactly_once

2018-12-19 Thread meigong.wang
12月20日(周四) 09:25 主题:High end-to-end latency with processing.guarantee=exactly_once I have a process that spans several Kafka Streams applications. With the streams commit interval and producer linger both set to 5ms, when exactly once delivery is disabled, this process takes ~250ms. With exactly

High end-to-end latency with processing.guarantee=exactly_once

2018-12-19 Thread Dmitry Minkovsky
I have a process that spans several Kafka Streams applications. With the streams commit interval and producer linger both set to 5ms, when exactly once delivery is disabled, this process takes ~250ms. With exactly once enabled, the same process takes anywhere from 800-1200ms. In Enabling Exactly-O