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 io.vertx.core.Future<Map<TopicPartition,OffsetAndMetadata>> KafkaAdminClient.listConsumerGroupOffsets(String groupId) LikeKafkaAdminClient.listConsumerGroupOffsets(String, Handler)but returns aFutureof the asynchronous resultio.vertx.core.Future<Map<TopicPartition,OffsetAndMetadata>> KafkaAdminClient.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 TypeMethodDescriptionio.vertx.core.Future<Void>KafkaAdminClient.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, io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> completionHandler) Alter committed offsets for a set of partitions in a consumer group.default voidKafkaAdminClient.listConsumerGroupOffsets(String groupId, io.vertx.core.Handler<io.vertx.core.AsyncResult<Map<TopicPartition, OffsetAndMetadata>>> completionHandler) List the consumer group offsets available in the cluster.voidKafkaAdminClient.listConsumerGroupOffsets(String groupId, ListConsumerGroupOffsetsOptions options, io.vertx.core.Handler<io.vertx.core.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 TypeMethodDescriptionio.vertx.core.Future<Map<TopicPartition,OffsetAndMetadata>> KafkaConsumer.commit(Map<TopicPartition, OffsetAndMetadata> offsets) Commit the specified offsets for the specified list of topics and partitions to Kafka.io.vertx.core.Future<OffsetAndMetadata>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 TypeMethodDescriptionio.vertx.core.Future<Map<TopicPartition,OffsetAndMetadata>> KafkaConsumer.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, io.vertx.core.Handler<io.vertx.core.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, io.vertx.core.Handler<io.vertx.core.AsyncResult<Map<TopicPartition, OffsetAndMetadata>>> completionHandler) Commit the specified offsets for the specified list of topics and partitions to Kafka.voidKafkaConsumer.committed(TopicPartition topicPartition, io.vertx.core.Handler<io.vertx.core.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