GetOffsetsForTimes

akka.kafka.Metadata$.GetOffsetsForTimes
final case class GetOffsetsForTimes(timestampsToSearch: Map[TopicPartition, Long]) extends Request with NoSerializationVerificationNeeded

org.apache.kafka.clients.consumer.KafkaConsumer#offsetsForTimes

Warning: KafkaConsumer documentation states that this method may block indefinitely if the partition does not exist.

Attributes

Source:
Metadata.scala
Graph
Supertypes
trait Product
trait Equals
trait Request
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product