>>
>> >> 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
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
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.
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
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
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
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