Class DeleteConsumerGroupOffsetsResult

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      KafkaFuture<java.lang.Void> all()
      Return a future which succeeds only if all the deletions succeed.
      KafkaFuture<java.lang.Void> partitionResult​(TopicPartition partition)
      Return a future which can be used to check the result for a given partition.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • partitionResult

        public KafkaFuture<java.lang.Void> partitionResult​(TopicPartition partition)
        Return a future which can be used to check the result for a given partition.
      • all

        public KafkaFuture<java.lang.Void> all()
        Return a future which succeeds only if all the deletions succeed. If not, the first partition error shall be returned.