You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Bob Barrett (JIRA)" <ji...@apache.org> on 2019/08/14 19:45:00 UTC

[jira] [Created] (KAFKA-8805) Bump producer epoch following recoverable errors

Bob Barrett created KAFKA-8805:
----------------------------------

             Summary: Bump producer epoch following recoverable errors
                 Key: KAFKA-8805
                 URL: https://issues.apache.org/jira/browse/KAFKA-8805
             Project: Kafka
          Issue Type: Improvement
          Components: producer 
    Affects Versions: 2.3.0
            Reporter: Bob Barrett
            Assignee: Bob Barrett


As part of KIP-360, the producer needs to call the new InitProducerId API after receiving UNKNOWN_PRODUCER_ID and INVALID_PRODUCER_MAPPING errors, which will allow the producers to bump their epoch and continue processing unless a new producer has already initialized a new producer ID.

The broker change that this depends on is https://issues.apache.org/jira/browse/KAFKA-8710.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)