Class DescribeConsumerGroupsResult
java.lang.Object
org.apache.kafka.clients.admin.DescribeConsumerGroupsResult
The result of the
KafkaAdminClient.describeConsumerGroups(Collection, DescribeConsumerGroupsOptions)} call.Constructor Summary
ConstructorsConstructorDescriptionMethod Summary
Modifier and TypeMethodDescriptionall()Return a future which yields all ConsumerGroupDescription objects, if all the describes succeed.Return a map from group id to futures which yield group descriptions.
Constructor Details
DescribeConsumerGroupsResult
Method Details
describedGroups
Return a map from group id to futures which yield group descriptions.all
Return a future which yields all ConsumerGroupDescription objects, if all the describes succeed.