David Jacot created KAFKA-13058: ----------------------------------- Summary: `AlterConsumerGroupOffsetsHandler` does not handle partition errors correctly. Key: KAFKA-13058 URL: https://issues.apache.org/jira/browse/KAFKA-13058 Project: Kafka Issue Type: Bug Reporter: David Jacot Assignee: David Jacot
While reviewing https://github.com/apache/kafka/pull/10973, we have noticed that `AlterConsumerGroupOffsetsHandler` does not handle the partition errors correctly. The issue is that any partition error fails the entire future returned in the results instead of failing only the future of the corresponding partition. This is a regression that was introduced by KIP-699. -- This message was sent by Atlassian Jira (v8.3.4#803005)