Uses of Class
io.vertx.kafka.client.consumer.OffsetAndMetadata
Packages that use OffsetAndMetadata
-
Uses of OffsetAndMetadata in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return types with arguments of type OffsetAndMetadataModifier and TypeMethodDescriptiondefault Future<Map<TopicPartition,OffsetAndMetadata>> KafkaAdminClient.listConsumerGroupOffsets(String groupId) LikeKafkaAdminClient.listConsumerGroupOffsets(String, Handler)but returns aFutureof the asynchronous resultKafkaAdminClient.listConsumerGroupOffsets(String groupId, ListConsumerGroupOffsetsOptions options) LikeKafkaAdminClient.listConsumerGroupOffsets(String, ListConsumerGroupOffsetsOptions, Handler)but returns aFutureof the asynchronous resultMethod parameters in io.vertx.kafka.admin with type arguments of type OffsetAndMetadataModifier and TypeMethodDescriptionKafkaAdminClient.alterConsumerGroupOffsets(String groupId, Map<TopicPartition, OffsetAndMetadata> offsets) LikeKafkaAdminClient.alterConsumerGroupOffsets(String, Map, Handler)but returns aFutureof the asynchronous resultvoidKafkaAdminClient.alterConsumerGroupOffsets(String groupId, Map<TopicPartition, OffsetAndMetadata> offsets, Handler<AsyncResult<Void>> completionHandler) Alter committed offsets for a set of partitions in a consumer group.default voidKafkaAdminClient.listConsumerGroupOffsets(String groupId, Handler<AsyncResult<Map<TopicPartition, OffsetAndMetadata>>> completionHandler) List the consumer group offsets available in the cluster.voidKafkaAdminClient.listConsumerGroupOffsets(String groupId, ListConsumerGroupOffsetsOptions options, Handler<AsyncResult<Map<TopicPartition, OffsetAndMetadata>>> completionHandler) List the consumer group offsets available in the cluster. -
Uses of OffsetAndMetadata in io.vertx.kafka.client.consumer
Methods in io.vertx.kafka.client.consumer that return OffsetAndMetadataModifier and TypeMethodDescriptionOffsetAndMetadata.setMetadata(String metadata) Set additional metadata for the offset committedOffsetAndMetadata.setOffset(long offset) Set the offset to commitMethods in io.vertx.kafka.client.consumer that return types with arguments of type OffsetAndMetadataModifier and TypeMethodDescriptionKafkaConsumer.commit(Map<TopicPartition, OffsetAndMetadata> offsets) Commit the specified offsets for the specified list of topics and partitions to Kafka.KafkaConsumer.committed(TopicPartition topicPartition) LikeKafkaConsumer.committed(TopicPartition, Handler)but returns aFutureof the asynchronous resultMethod parameters in io.vertx.kafka.client.consumer with type arguments of type OffsetAndMetadataModifier and TypeMethodDescriptionKafkaConsumer.commit(Map<TopicPartition, OffsetAndMetadata> offsets) Commit the specified offsets for the specified list of topics and partitions to Kafka.voidKafkaConsumer.commit(Map<TopicPartition, OffsetAndMetadata> offsets, Handler<AsyncResult<Map<TopicPartition, OffsetAndMetadata>>> completionHandler) Commit the specified offsets for the specified list of topics and partitions to Kafka.voidKafkaConsumer.commit(Map<TopicPartition, OffsetAndMetadata> offsets, Handler<AsyncResult<Map<TopicPartition, OffsetAndMetadata>>> completionHandler) Commit the specified offsets for the specified list of topics and partitions to Kafka.voidKafkaConsumer.committed(TopicPartition topicPartition, Handler<AsyncResult<OffsetAndMetadata>> handler) Get the last committed offset for the given partition (whether the commit happened by this process or another).Constructors in io.vertx.kafka.client.consumer with parameters of type OffsetAndMetadata