Uses of Class
io.vertx.kafka.admin.ListConsumerGroupOffsetsSpec
Packages that use ListConsumerGroupOffsetsSpec
-
Uses of ListConsumerGroupOffsetsSpec in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return ListConsumerGroupOffsetsSpecModifier and TypeMethodDescriptionListConsumerGroupOffsetsSpec.topicPartitions(Collection<TopicPartition> topicPartitions) Set the topic partitions to list as part of the result.Methods in io.vertx.kafka.admin with parameters of type ListConsumerGroupOffsetsSpecModifier and TypeMethodDescriptionKafkaAdminClient.listConsumerGroupOffsets(String groupId, ListConsumerGroupOffsetsSpec spec, ListConsumerGroupOffsetsOptions options) List the consumer group offsets available in the cluster.