Andrew Schofield created KAFKA-17724: ----------------------------------------
Summary: Clients - resolve race condition for SubscriptionState in share group consumer Key: KAFKA-17724 URL: https://issues.apache.org/jira/browse/KAFKA-17724 Project: Kafka Issue Type: Sub-task Components: clients Affects Versions: 4.0.0 Reporter: Andrew Schofield Assignee: Andrew Schofield Fix For: 4.0.0 The SubscriptionState object is not thread-safe. Currently, there are a handful of accesses in the application thread in ShareConsumerImpl which ought to be moved into the background thread, thus eliminating the possibility of race conditions. -- This message was sent by Atlassian Jira (v8.20.10#820010)