Ted Yu created KAFKA-9471: ----------------------------- Summary: Return empty collection for PENDING_SHUTDOWN Key: KAFKA-9471 URL: https://issues.apache.org/jira/browse/KAFKA-9471 Project: Kafka Issue Type: Improvement Reporter: Ted Yu Assignee: Ted Yu
In StreamThreadStateStoreProvider we have: {code} if (streamThread.state() == StreamThread.State.DEAD) { return Collections.emptyList(); {code} PENDING_SHUTDOWN should be treated the same way as DEAD. -- This message was sent by Atlassian Jira (v8.3.4#803005)