Class FetchConfig

java.lang.Object
org.apache.kafka.clients.consumer.internals.FetchConfig

public class FetchConfig extends Object
FetchConfig represents the static configuration for fetching records from Kafka. It is simply a way to bundle the immutable settings that were presented at the time the Consumer was created for later use by classes like Fetcher, CompletedFetch, etc.