Uses of Class
io.vertx.kafka.admin.ConsumerGroupDescription
Packages that use ConsumerGroupDescription
-
Uses of ConsumerGroupDescription in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return ConsumerGroupDescriptionModifier and TypeMethodDescriptionConsumerGroupDescription.setAuthorizedOperations(Set<org.apache.kafka.common.acl.AclOperation> authorizedOperations) Set the id of the consumer groupConsumerGroupDescription.setCoordinator(Node coordinator) Set the consumer group coordinator, or null if the coordinator is not knownConsumerGroupDescription.setGroupId(String groupId) Set the id of the consumer groupConsumerGroupDescription.setMembers(List<MemberDescription> members) Set a list of the members of the consumer groupConsumerGroupDescription.setPartitionAssignor(String partitionAssignor) Set the consumer group partition assignorConsumerGroupDescription.setSimpleConsumerGroup(boolean isSimpleConsumerGroup) Set if consumer group is simple or notConsumerGroupDescription.setState(org.apache.kafka.common.ConsumerGroupState state) Set the consumer group state, or UNKNOWN if the state is too new for us to parseMethods in io.vertx.kafka.admin that return types with arguments of type ConsumerGroupDescriptionModifier and TypeMethodDescriptionKafkaAdminClient.describeConsumerGroups(List<String> groupIds) LikeKafkaAdminClient.describeConsumerGroups(List, Handler)but returns aFutureof the asynchronous resultKafkaAdminClient.describeConsumerGroups(List<String> groupIds, DescribeConsumerGroupsOptions options) LikeKafkaAdminClient.describeConsumerGroups(List, DescribeConsumerGroupsOptions, Handler)but returns aFutureof the asynchronous resultMethod parameters in io.vertx.kafka.admin with type arguments of type ConsumerGroupDescriptionModifier and TypeMethodDescriptionvoidKafkaAdminClient.describeConsumerGroups(List<String> groupIds, Handler<AsyncResult<Map<String, ConsumerGroupDescription>>> completionHandler) Describe some group ids in the cluster, with the default optionsvoidKafkaAdminClient.describeConsumerGroups(List<String> groupIds, DescribeConsumerGroupsOptions options, Handler<AsyncResult<Map<String, ConsumerGroupDescription>>> completionHandler) LikeKafkaAdminClient.describeConsumerGroups(List, Handler)but allows customized options