Package org.apache.kafka.clients.admin
Class AlterConsumerGroupOffsetsResult
java.lang.Object
org.apache.kafka.clients.admin.AlterConsumerGroupOffsetsResult
The result of the
Admin.alterConsumerGroupOffsets(String, Map) call.
The API of this class is evolving, see AdminClient for details.-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.kafka.common.KafkaFuture<Void> all()Return a future which succeeds if all the alter offsets succeed.org.apache.kafka.common.KafkaFuture<Void> partitionResult(org.apache.kafka.common.TopicPartition partition) Return a future which can be used to check the result for a given partition.
-
Method Details
-
partitionResult
public org.apache.kafka.common.KafkaFuture<Void> partitionResult(org.apache.kafka.common.TopicPartition partition) Return a future which can be used to check the result for a given partition. -
all
Return a future which succeeds if all the alter offsets succeed.
-