Jason Gustafson created KAFKA-7296: -------------------------------------- Summary: Producer should handler COORDINATOR_LOADING error in TxnOffsetCommit Key: KAFKA-7296 URL: https://issues.apache.org/jira/browse/KAFKA-7296 Project: Kafka Issue Type: Bug Affects Versions: 2.0.0 Reporter: Jason Gustafson Assignee: Jason Gustafson Fix For: 2.0.1
The producer should check for the COORDINATOR_LOADING error when handling the TxnOffsetCommit response. We fixed the logic in GroupCoordinator to correctly check for offset loading in https://github.com/apache/kafka/pull/4788. Prior to this fix, it was not possible to see this error, so we were able to get away with not having the check. -- This message was sent by Atlassian JIRA (v7.6.3#76005)