You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "David Jacot (Jira)" <ji...@apache.org> on 2021/07/11 09:40:00 UTC

[jira] [Created] (KAFKA-13058) `AlterConsumerGroupOffsetsHandler` does not handle partition errors correctly.

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)