You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2017/11/09 11:15:00 UTC

[jira] [Updated] (KAFKA-6122) Global Consumer should handle TimeoutException

     [ https://issues.apache.org/jira/browse/KAFKA-6122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias J. Sax updated KAFKA-6122:
-----------------------------------
    Description: 
Global consumer does not handle {{TimeoutException}} that might be throw by {{partitonsFor()}} and {{endOffsets()}}. This affect the bootstrapping phase only.

We need to allow for a proper retry strategy, with configurable max number of retries and back off time between retries. We might need to introduce new configuration parameters -- for this case, we need to do a KIP.

https://cwiki.apache.org/confluence/display/KAFKA/KIP-224%3A+Add+configuration+parameters+%60retries%60+and+%60retry.backoff.ms%60+to+Streams+API

  was:
Global consumer does not handle {{TimeoutException}} that might be throw by {{partitonsFor()}} and {{endOffsets()}}. This affect the bootstrapping phase only.

We need to allow for a proper retry strategy, with configurable max number of retries and back off time between retries. We might need to introduce new configuration parameters -- for this case, we need to do a KIP.




> Global Consumer should handle TimeoutException
> ----------------------------------------------
>
>                 Key: KAFKA-6122
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6122
>             Project: Kafka
>          Issue Type: Bug
>          Components: streams
>    Affects Versions: 1.0.0
>            Reporter: Matthias J. Sax
>            Assignee: Matthias J. Sax
>              Labels: needs-kip, streams-exception-handling, streams-resilience
>             Fix For: 1.1.0, 1.0.1
>
>
> Global consumer does not handle {{TimeoutException}} that might be throw by {{partitonsFor()}} and {{endOffsets()}}. This affect the bootstrapping phase only.
> We need to allow for a proper retry strategy, with configurable max number of retries and back off time between retries. We might need to introduce new configuration parameters -- for this case, we need to do a KIP.
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-224%3A+Add+configuration+parameters+%60retries%60+and+%60retry.backoff.ms%60+to+Streams+API



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)