KafkaTopicsV2
Attributes
- Source
- KafkaTopicsV2.scala
- Graph
-
- Supertypes
- Known subtypes
-
Members list
Value members
Abstract methods
Get metadata about partitions for all topics that the user is authorized to view.
Get metadata about partitions for all topics that the user is authorized to view. This method will issue a remote call to the server.
Timeout is determined by default.api.timeout.ms
, which is set using ConsumerSettings#withDefaultApiTimeout.
Attributes
- Source
- KafkaTopicsV2.scala
Get metadata about partitions for all topics that the user is authorized to view.
Get metadata about partitions for all topics that the user is authorized to view. This method will issue a remote call to the server.
Attributes
- Source
- KafkaTopicsV2.scala
Look up the offsets for the given partitions by timestamp.
Look up the offsets for the given partitions by timestamp. The returned offset for each partition is the earliest offset whose timestamp is greater than or equal to the given timestamp in the corresponding partition.
The consumer does not have to be assigned the partitions. If no messages exist yet for a partition, it will not exist in the returned map.
Timeout is determined by default.api.timeout.ms
, which is set using ConsumerSettings#withDefaultApiTimeout.
Attributes
- Source
- KafkaTopicsV2.scala
Look up the offsets for the given partitions by timestamp.
Look up the offsets for the given partitions by timestamp. The returned offset for each partition is the earliest offset whose timestamp is greater than or equal to the given timestamp in the corresponding partition.
The consumer does not have to be assigned the partitions. If no messages exist yet for a partition, it will not exist in the returned map.
Attributes
- Source
- KafkaTopicsV2.scala
Inherited and Abstract methods
Returns the first offset for the specified partitions.
Returns the first offset for the specified partitions.
Attributes
- Inherited from:
- KafkaTopics
- Source
- KafkaTopics.scala
Returns the first offset for the specified partitions.
Returns the first offset for the specified partitions.
Timeout is determined by default.api.timeout.ms
, which is set using ConsumerSettings#withDefaultApiTimeout.
Attributes
- Inherited from:
- KafkaTopics
- Source
- KafkaTopics.scala
Returns the last offset for the specified partitions.
Returns the last offset for the specified partitions.
Attributes
- Inherited from:
- KafkaTopics
- Source
- KafkaTopics.scala
Returns the last offset for the specified partitions.
Returns the last offset for the specified partitions.
Timeout is determined by request.timeout.ms
, which is set using ConsumerSettings#withRequestTimeout.
Attributes
- Inherited from:
- KafkaTopics
- Source
- KafkaTopics.scala
Returns the partitions for the specified topic.
Returns the partitions for the specified topic.
Attributes
- Inherited from:
- KafkaTopics
- Source
- KafkaTopics.scala
Returns the partitions for the specified topic.
Returns the partitions for the specified topic.
Timeout is determined by default.api.timeout.ms
, which is set using ConsumerSettings#withDefaultApiTimeout.
Attributes
- Inherited from:
- KafkaTopics
- Source
- KafkaTopics.scala