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)