You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jason Gustafson (JIRA)" <ji...@apache.org> on 2019/05/27 18:31:00 UTC

[jira] [Created] (KAFKA-8437) Consumer should wait for api version before checking if offset validation is possible

Jason Gustafson created KAFKA-8437:
--------------------------------------

             Summary: Consumer should wait for api version before checking if offset validation is possible
                 Key: KAFKA-8437
                 URL: https://issues.apache.org/jira/browse/KAFKA-8437
             Project: Kafka
          Issue Type: Bug
            Reporter: Jason Gustafson
            Assignee: Jason Gustafson


KAFKA-8422 fixed a problem with ACL assumptions made during offset validation. If using an old api version, we skip the validation. However, if we do not have an active connection to the node, then we will not have api version information available. Rather than skipping the validation check as we did in KAFKA-8422, we should await the version information.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)