Jason Gustafson created KAFKA-8341: -------------------------------------- Summary: AdminClient should retry coordinator lookup after NOT_COORDINATOR error Key: KAFKA-8341 URL: https://issues.apache.org/jira/browse/KAFKA-8341 Project: Kafka Issue Type: Bug Reporter: Jason Gustafson Assignee: Vikas Singh
If a group operation (e.g. DescribeGroup) fails because the coordinator has moved, the AdminClient should lookup the coordinator before retrying the operation. Currently we will either fail or just retry anyway. This is similar in some ways to controller rediscovery after getting NOT_CONTROLLER errors. -- This message was sent by Atlassian JIRA (v7.6.3#76005)