Class AlterStreamsGroupOffsetsResult

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

@Evolving public class AlterStreamsGroupOffsetsResult extends Object
The result of the Admin.alterStreamsGroupOffsets(String, Map) call. The API of this class is evolving, see AdminClient for details.
  • Method Details

    • partitionResult

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

      public KafkaFuture<Void> all()
      Return a future which succeeds if all the alter offsets succeed.