Boyang Chen created KAFKA-8387: ---------------------------------- Summary: Add `Fenced` state to AbstractCoordinator Key: KAFKA-8387 URL: https://issues.apache.org/jira/browse/KAFKA-8387 Project: Kafka Issue Type: Improvement Reporter: Boyang Chen Assignee: Boyang Chen
Right now in some requests such as async commit or heartbeat could encounter fencing exception which should fail the consumer application entirely. It is better to track it within MemberState by adding a new `Fenced` stage so that the main thread could shutdown immediately. -- This message was sent by Atlassian JIRA (v7.6.3#76005)