Class DeleteShareGroupOffsetsResult

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

public class DeleteShareGroupOffsetsResult extends Object
  • Method Details

    • all

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

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