Class DeleteStreamsGroupOffsetsResult

java.lang.Object
org.apache.kafka.clients.admin.DeleteStreamsGroupOffsetsResult

@Evolving public class DeleteStreamsGroupOffsetsResult extends Object
The result of the Admin.deleteStreamsGroupOffsets(String, Set, DeleteStreamsGroupOffsetsOptions) call.

The API of this class is evolving, see Admin for details.

  • Method Details

    • all

      public KafkaFuture<Void> all()
      Return a future which succeeds only if all the deletions succeed.
    • partitionResult

      public KafkaFuture<Void> partitionResult(TopicPartition topicPartition)
      Return a future which can be used to check the result for a given topic.