Uses of Class
io.vertx.kafka.admin.ListConsumerGroupOffsetsSpec
-
Packages that use ListConsumerGroupOffsetsSpec Package Description io.vertx.kafka.admin -
-
Uses of ListConsumerGroupOffsetsSpec in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return ListConsumerGroupOffsetsSpec Modifier and Type Method Description ListConsumerGroupOffsetsSpecListConsumerGroupOffsetsSpec. 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 ListConsumerGroupOffsetsSpec Modifier and Type Method Description Future<Map<TopicPartition,OffsetAndMetadata>>KafkaAdminClient. listConsumerGroupOffsets(String groupId, ListConsumerGroupOffsetsSpec spec, ListConsumerGroupOffsetsOptions options)List the consumer group offsets available in the cluster.
-