[jira] [Commented] (KAFKA-5040) Increase number of Streams producer retries from the default of 0

2017-05-05 Thread Peter Davis (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-5040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15999309#comment-15999309
 ] 

Peter Davis commented on KAFKA-5040:


Just confirming that per [this comment on 
KAFKA-3197](https://issues.apache.org/jira/browse/KAFKA-3197?focusedCommentId=15130761&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15130761),
 this change does not break any ordering guarantees?

> Increase number of Streams producer retries from the default of 0
> -
>
> Key: KAFKA-5040
> URL: https://issues.apache.org/jira/browse/KAFKA-5040
> Project: Kafka
>  Issue Type: Bug
>  Components: streams
>Affects Versions: 0.10.2.0
>Reporter: Eno Thereska
>Assignee: Eno Thereska
>Priority: Blocker
> Fix For: 0.11.0.0, 0.10.2.1
>
>
> In Kafka Streams, the default value for the producer retries is not changed 
> from the default of 0. That leads to situations where a streams instance 
> fails when a broker is temporarily unavailable. Increasing this number to > 0 
> would help.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (KAFKA-5040) Increase number of Streams producer retries from the default of 0

2017-05-05 Thread Eno Thereska (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-5040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15999314#comment-15999314
 ] 

Eno Thereska commented on KAFKA-5040:
-

[~davispw] Yes, setting that variable to 1 attempts to provide ordering 
guarantees. However the best guarantees (as also discussed on that JIRA) are 
coming up in 0.11 when exactly-once is enabled. 

> Increase number of Streams producer retries from the default of 0
> -
>
> Key: KAFKA-5040
> URL: https://issues.apache.org/jira/browse/KAFKA-5040
> Project: Kafka
>  Issue Type: Bug
>  Components: streams
>Affects Versions: 0.10.2.0
>Reporter: Eno Thereska
>Assignee: Eno Thereska
>Priority: Blocker
> Fix For: 0.11.0.0, 0.10.2.1
>
>
> In Kafka Streams, the default value for the producer retries is not changed 
> from the default of 0. That leads to situations where a streams instance 
> fails when a broker is temporarily unavailable. Increasing this number to > 0 
> would help.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)