Package org.apache.kafka.clients.admin
Class DeleteConsumerGroupOffsetsResult
java.lang.Object
org.apache.kafka.clients.admin.DeleteConsumerGroupOffsetsResult
The result of the
Admin.deleteConsumerGroupOffsets(String, Set)
call.-
Method Summary
Modifier and TypeMethodDescriptionall()
Return a future which succeeds only if all the deletions succeed.partitionResult
(TopicPartition partition) Return a future which can be used to check the result for a given partition.