[
https://issues.apache.org/jira/browse/KAFKA-6211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Manikumar resolved KAFKA-6211.
------------------------------
Resolution: Won't Fix
Closing this in favour of AdminClient API.
> 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: 0.10.0.0, 0.10.0.1, 0.10.1.0, 0.10.1.1, 0.10.2.0,
> 0.10.2.1, 0.11.0.0, 0.11.0.1, 1.0.0
> Reporter: Subhransu Acharya
> Priority: Critical
> Labels: patch
> Attachments: a.png
>
> Original Estimate: 1m
> Remaining Estimate: 1m
>
> 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
(v7.6.3#76005)