Class RemoveMembersFromConsumerGroupResult
java.lang.Object
org.apache.kafka.clients.admin.RemoveMembersFromConsumerGroupResult
The result of the
Admin.removeMembersFromConsumerGroup(String, RemoveMembersFromConsumerGroupOptions) call. The API of this class is evolving, see Admin for details.Method Summary
Modifier and TypeMethodDescriptionall()Returns a future which indicates whether the request was 100% success, i.e.memberResult(MemberToRemove member) Returns the selected member future.
Method Details
all
Returns a future which indicates whether the request was 100% success, i.e. no either top level or member level error. If not, the first member error shall be returned.memberResult
Returns the selected member future.