Class ListConsumerGroupOffsetsSpec

    • Constructor Detail

      • ListConsumerGroupOffsetsSpec

        public ListConsumerGroupOffsetsSpec()
    • Method Detail

      • topicPartitions

        public ListConsumerGroupOffsetsSpec topicPartitions​(Collection<TopicPartition> topicPartitions)
        Set the topic partitions whose offsets are to be listed for a consumer group. null includes all topic partitions.
        Parameters:
        topicPartitions - List of topic partitions to include
        Returns:
        This ListConsumerGroupOffsetSpec
      • topicPartitions

        public Collection<TopicPartition> topicPartitions()
        Returns the topic partitions whose offsets are to be listed for a consumer group. null indicates that offsets of all partitions of the group are to be listed.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object