You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Subhransu Acharya (JIRA)" <ji...@apache.org> on 2017/11/15 10:11:00 UTC

[jira] [Created] (KAFKA-6211) PartitionAssignmentState is protected whereas KafkaConsumerGroupService.describeGroup() returns PartitionAssignmentState Object

Subhransu Acharya created KAFKA-6211:
----------------------------------------

             Summary: PartitionAssignmentState is protected whereas KafkaConsumerGroupService.describeGroup() returns PartitionAssignmentState Object
                 Key: KAFKA-6211
                 URL: https://issues.apache.org/jira/browse/KAFKA-6211
             Project: Kafka
          Issue Type: Bug
          Components: admin
    Affects Versions: 1.0.0, 0.11.0.1, 0.11.0.0, 0.10.2.1, 0.10.2.0, 0.10.1.1, 0.10.1.0, 0.10.0.1, 0.10.0.0
            Reporter: Subhransu Acharya
         Attachments: a.png

 KafkaConsumerGroupService.describeGroup() is returning Tuple2<Option<String>, Option<Seq<PartitionAssignmentState>>> but ConsumerGroupCommand has PartitionAssignmentState as a protected class inside it.
There is no way to create an instance of PartitionAssignmentState.
make it default in order to use the describe command.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)