Andrew Schofield created KAFKA-16099: ----------------------------------------
Summary: Handle timeouts for AsyncKafkaConsumer.commitSync Key: KAFKA-16099 URL: https://issues.apache.org/jira/browse/KAFKA-16099 Project: Kafka Issue Type: Sub-task Components: clients Reporter: Andrew Schofield The handling of synchronous offset commits in the background thread does not observe the caller's timeout. In the situation that a commit request needs to be retried, the retries should not extend beyond the caller's timeout. The CommitApplicationEvent should contain the timeout and not continue beyond that time. -- This message was sent by Atlassian Jira (v8.20.10#820010)