Class ListStreamsGroupOffsetsSpec
java.lang.Object
org.apache.kafka.clients.admin.ListStreamsGroupOffsetsSpec
Specification of streams group offsets to list using
Admin.listStreamsGroupOffsets(Map, ListStreamsGroupOffsetsOptions).
The API of this class is evolving, see Admin for details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the topic partitions whose offsets are to be listed for a streams group.topicPartitions(Collection<TopicPartition> topicPartitions) Set the topic partitions whose offsets are to be listed for a streams group.
-
Constructor Details
-
ListStreamsGroupOffsetsSpec
public ListStreamsGroupOffsetsSpec()
-
-
Method Details
-
topicPartitions
Set the topic partitions whose offsets are to be listed for a streams group. -
topicPartitions
Returns the topic partitions whose offsets are to be listed for a streams group.
-