You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2017/10/25 23:03:02 UTC

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

Matthias J. Sax created KAFKA-6122:
--------------------------------------

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





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