Philip Nee created KAFKA-16022: ---------------------------------- Summary: AsyncKafkaConsumer sometimes complains "No current assignment for partition {}" Key: KAFKA-16022 URL: https://issues.apache.org/jira/browse/KAFKA-16022 Project: Kafka Issue Type: Bug Reporter: Philip Nee
This seems to be a timing issue that before the member receives any assignment from the coordinator, the fetcher will try to find the current position causing "No current assignment for partition {}". This creates a small amount of noise to the log. -- This message was sent by Atlassian Jira (v8.20.10#820010)