Guozhang Wang created KAFKA-2239: ------------------------------------ Summary: Allow coordinator to aggresively remove group when it is no longer owning the group Key: KAFKA-2239 URL: https://issues.apache.org/jira/browse/KAFKA-2239 Project: Kafka Issue Type: Sub-task Reporter: Guozhang Wang Assignee: Guozhang Wang
As titled. We can allow coordinator to remove the group upon calling maybeRebalance, and if isCoordinatorForGroup returns false remove the group as a whole, which includes removing all its members and clearing their heartbeat delayed tasks as well. -- This message was sent by Atlassian JIRA (v6.3.4#6332)