Class CompletedFetch
java.lang.Object
org.apache.kafka.clients.consumer.internals.CompletedFetch
CompletedFetch represents a batch of records that was returned from the
broker via a FetchRequest. It contains logic to maintain state between calls to
fetchRecords(FetchConfig, Deserializers, int).-
Method Summary
-
Method Details
-
isConsumed
public boolean isConsumed()
-