Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
3.7.0
Description
This only affects the AsyncKafkaConsumer, which is in Preview in 3.7.
In MembershipManagerImpl there is a confusion between timeouts and deadlines. https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/clients/consumer/internals/MembershipManagerImpl.java#L836C38-L836C38
This causes all autocommits during reconciliation to immediately time out.