Class AlterShareGroupOffsetsResult
java.lang.Object
org.apache.kafka.clients.admin.AlterShareGroupOffsetsResult
The result of the
Admin.alterShareGroupOffsets(String, Map, AlterShareGroupOffsetsOptions) call.
The API of this class is evolving, see Admin for details.
-
Method Summary
Modifier and TypeMethodDescriptionall()Return a future which succeeds if all the alter offsets succeed.partitionResult(TopicPartition partition) Return a future which can be used to check the result for a given partition.
-
Method Details
-
partitionResult
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. If not, the first topic error shall be returned.
-