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)

Reply via email to